summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-interesting-step.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-04-25 10:12:01 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-04-25 10:12:01 +0000
commita42a757176df18c0c930f519ea597c42c8873650 (patch)
tree46dfa34fe3b1f8da341222fb3dde028c83d96097 /test/CodeGen/X86/lsr-interesting-step.ll
parenta4a2a03c311e7a7b64bfba1ae714ae85f74999fd (diff)
downloadllvm-a42a757176df18c0c930f519ea597c42c8873650.tar.gz
llvm-a42a757176df18c0c930f519ea597c42c8873650.tar.bz2
llvm-a42a757176df18c0c930f519ea597c42c8873650.tar.xz
Make tests more useful.
lit needs a linter ... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/lsr-interesting-step.ll')
-rw-r--r--test/CodeGen/X86/lsr-interesting-step.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/lsr-interesting-step.ll b/test/CodeGen/X86/lsr-interesting-step.ll
index 4b7050bd50..d1de0510a0 100644
--- a/test/CodeGen/X86/lsr-interesting-step.ll
+++ b/test/CodeGen/X86/lsr-interesting-step.ll
@@ -1,9 +1,9 @@
-; RUN: llc < %s -march=x86-64 -relocation-model=static -mtriple=x86_64-unknown-linux-gnu
+; RUN: llc < %s -march=x86-64 -relocation-model=static -mtriple=x86_64-unknown-linux-gnu -asm-verbose=0 | FileCheck %s
; The inner loop should require only one add (and no leas either).
; rdar://8100380
-; CHECK: BB0_4:
+; CHECK: BB0_3:
; CHECK-NEXT: movb $0, flags(%rdx)
; CHECK-NEXT: addq %rcx, %rdx
; CHECK-NEXT: cmpq $8192, %rdx