From 79ac37b39197cc312c8ddc1865b6b498ed307cbf Mon Sep 17 00:00:00 2001 From: Preston Gurd Date: Mon, 27 Feb 2012 23:31:51 +0000 Subject: test commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151588 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/stride-reuse.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/stride-reuse.ll') diff --git a/test/CodeGen/X86/stride-reuse.ll b/test/CodeGen/X86/stride-reuse.ll index 1251a24..3f2c7d2 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 -- cgit v1.1