aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/stride-reuse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/stride-reuse.ll')
-rw-r--r--test/CodeGen/X86/stride-reuse.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/X86/stride-reuse.ll b/test/CodeGen/X86/stride-reuse.ll
index 5cbd895..1251a24 100644
--- a/test/CodeGen/X86/stride-reuse.ll
+++ b/test/CodeGen/X86/stride-reuse.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 float], align 32
@A = external global [1000 x float], align 32