summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stride-reuse.ll
diff options
context:
space:
mode:
authorPreston Gurd <preston.gurd@intel.com>2012-02-27 23:31:51 +0000
committerPreston Gurd <preston.gurd@intel.com>2012-02-27 23:31:51 +0000
commit79ac37b39197cc312c8ddc1865b6b498ed307cbf (patch)
treeca5e8229478dba724f97fd11901e1dec335e71b1 /test/CodeGen/X86/stride-reuse.ll
parentcd38485b8ae2928cc8cb3bb67dcff7c7b7529ebe (diff)
downloadllvm-79ac37b39197cc312c8ddc1865b6b498ed307cbf.tar.gz
llvm-79ac37b39197cc312c8ddc1865b6b498ed307cbf.tar.bz2
llvm-79ac37b39197cc312c8ddc1865b6b498ed307cbf.tar.xz
test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151588 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/stride-reuse.ll')
-rw-r--r--test/CodeGen/X86/stride-reuse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stride-reuse.ll b/test/CodeGen/X86/stride-reuse.ll
index 1251a24005..3f2c7d2f46 100644
--- a/test/CodeGen/X86/stride-reuse.ll
+++ b/test/CodeGen/X86/stride-reuse.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
-; CHECK-NOT: lea
+; CHECK-NOT: lea
@B = external global [1000 x float], align 32
@A = external global [1000 x float], align 32