summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-17 06:37:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-17 06:37:07 +0000
commit94cb6144d2d58b509445079037d9bdd49f1b2625 (patch)
tree5fc2ec2aeef85da526caee9fa24a642cd35762c1 /llvm/test/CodeGen/X86/2002-12-23-SubProblem.ll
parent687fa86a3083a8895f156265d1750c6d8c29ddfb (diff)
downloadbcm5719-llvm-94cb6144d2d58b509445079037d9bdd49f1b2625.tar.gz
bcm5719-llvm-94cb6144d2d58b509445079037d9bdd49f1b2625.zip
Remove test cases using -regalloc=simple.
llvm-svn: 82130
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