aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/codegen-prepare-crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/codegen-prepare-crash.ll')
-rw-r--r--test/CodeGen/X86/codegen-prepare-crash.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/X86/codegen-prepare-crash.ll b/test/CodeGen/X86/codegen-prepare-crash.ll
deleted file mode 100644
index 01bcad96d93f..000000000000
--- a/test/CodeGen/X86/codegen-prepare-crash.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: llc < %s
-target triple = "x86_64-unknown-linux-gnu"
-
-@g = external global [10 x i32]
-
-define void @f(i32 %u) {
- %1 = add i32 %u, 4
- br label %P.Proc8.exit
-
-P.Proc8.exit:
- %valueindex35.i = getelementptr [10 x i32], [10 x i32]* @g, i32 0, i32 %1
- store i32 %u, i32* %valueindex35.i
- ret void
-}