summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/isel-sink2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/isel-sink2.ll')
-rw-r--r--test/CodeGen/X86/isel-sink2.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/isel-sink2.ll b/test/CodeGen/X86/isel-sink2.ll
index d8e27e9aff..9d9c747fa4 100644
--- a/test/CodeGen/X86/isel-sink2.ll
+++ b/test/CodeGen/X86/isel-sink2.ll
@@ -1,5 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {movzbl.7(%...)}
-; RUN: llvm-as < %s | llc -march=x86 | not grep leal
+; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: grep {movb.7(%...)} %t
+; RUN: not grep leal %t
define i8 @test(i32 *%P) nounwind {
%Q = getelementptr i32* %P, i32 1