aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr28560.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pr28560.ll')
-rw-r--r--test/CodeGen/X86/pr28560.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/X86/pr28560.ll b/test/CodeGen/X86/pr28560.ll
deleted file mode 100644
index d0061f670cf1..000000000000
--- a/test/CodeGen/X86/pr28560.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc -mtriple=i686-pc-linux -print-after=postrapseudos < %s 2>&1 | FileCheck %s
-
-; CHECK: MOV8rr %{{[A-D]}}L, %E[[R:[A-D]]]X<imp-use,kill>, %E[[R]]X<imp-def>
-define i32 @foo(i32 %i, i32 %k, i8* %p) {
- %f = icmp ne i32 %i, %k
- %s = zext i1 %f to i8
- %ret = zext i1 %f to i32
- br label %next
-next:
- %d = add i8 %s, 5
- store i8 %d, i8* %p
- ret i32 %ret
-}