summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll')
-rw-r--r--llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll b/llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll
deleted file mode 100644
index 2f143dd408f..00000000000
--- a/llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=x86 -regalloc=simple
-
-define i32 @main(i32 %B) {
- ;%B = add i32 0, 1;
- %R = sub i32 %B, 1 ; %r = 0
- ret i32 %R
-}
OpenPOWER on IntegriCloud