aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/2011-EpilogueBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/2011-EpilogueBug.ll')
-rw-r--r--test/CodeGen/Thumb/2011-EpilogueBug.ll17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/CodeGen/Thumb/2011-EpilogueBug.ll b/test/CodeGen/Thumb/2011-EpilogueBug.ll
deleted file mode 100644
index 9657dc7e0abc..000000000000
--- a/test/CodeGen/Thumb/2011-EpilogueBug.ll
+++ /dev/null
@@ -1,17 +0,0 @@
-; RUN: llc -mtriple=thumbv6-apple-darwin < %s | FileCheck %s
-; r8869722
-
-%struct.state = type { i32, %struct.info*, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* }
-%struct.info = type { i32, i32, i32, i32, i32, i32, i32, i8* }
-
-define void @t1(%struct.state* %v) {
-; CHECK: push {r4
- %tmp6 = load i32, i32* null
- %tmp8 = alloca float, i32 %tmp6
- store i32 1, i32* null
- br label %return
-
-return: ; preds = %0
-; CHECK: mov sp, r4
- ret void
-}