aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll')
-rw-r--r--test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll b/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
deleted file mode 100644
index 4f7ae327d1fd..000000000000
--- a/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
-
-; CHECK-NOT: movl
-
-define zeroext i8 @t(i8 zeroext %x, i8 zeroext %y) {
- %tmp2 = add i8 %x, 2
- %tmp4 = add i8 %y, -2
- %tmp5 = mul i8 %tmp4, %tmp2
- ret i8 %tmp5
-}