summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-mul-lohi.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/fold-mul-lohi.ll')
-rw-r--r--test/CodeGen/X86/fold-mul-lohi.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fold-mul-lohi.ll b/test/CodeGen/X86/fold-mul-lohi.ll
index 0351ecab11..5614c808d0 100644
--- a/test/CodeGen/X86/fold-mul-lohi.ll
+++ b/test/CodeGen/X86/fold-mul-lohi.ll
@@ -1,5 +1,6 @@
-; RUN: llc < %s -march=x86 | not grep lea
-; RUN: llc < %s -march=x86-64 | not grep lea
+; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; CHECK-NOT: lea
@B = external global [1000 x i8], align 32
@A = external global [1000 x i8], align 32