diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-04-25 10:12:01 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-04-25 10:12:01 +0000 |
commit | ba446cc12ad3f8129fe76684ac52af01b281c5ff (patch) | |
tree | a0d65ed56528351f923bd22583e3af038120cfa6 /llvm/test/CodeGen/X86/lsr-interesting-step.ll | |
parent | 9b73c8e29342038cef085c8166e1424b60247bce (diff) | |
download | bcm5719-llvm-ba446cc12ad3f8129fe76684ac52af01b281c5ff.tar.gz bcm5719-llvm-ba446cc12ad3f8129fe76684ac52af01b281c5ff.zip |
Make tests more useful.
lit needs a linter ...
llvm-svn: 130126
Diffstat (limited to 'llvm/test/CodeGen/X86/lsr-interesting-step.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/lsr-interesting-step.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/lsr-interesting-step.ll b/llvm/test/CodeGen/X86/lsr-interesting-step.ll index 4b7050bd507..d1de0510a04 100644 --- a/llvm/test/CodeGen/X86/lsr-interesting-step.ll +++ b/llvm/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 |