diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-03-30 23:55:22 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-03-30 23:55:22 +0000 |
commit | be0df2b10243c539cf58f23854d0c470ac3e687f (patch) | |
tree | 666bfe7d8cf89db8b139c75071a777f374dd5e7d /llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll | |
parent | e62cfd7c17e3985f7e273f02de56ee7bcc21578f (diff) | |
download | bcm5719-llvm-be0df2b10243c539cf58f23854d0c470ac3e687f.tar.gz bcm5719-llvm-be0df2b10243c539cf58f23854d0c470ac3e687f.zip |
Add some more triples after r264966
llvm-svn: 264972
Diffstat (limited to 'llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll b/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll index ff30f6d7f7f..eae0ec21c09 100644 --- a/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll +++ b/llvm/test/CodeGen/X86/2006-05-02-InstrSched1.ll @@ -1,5 +1,5 @@ ; REQUIRES: asserts -; RUN: llc < %s -march=x86 -relocation-model=static -stats 2>&1 | \ +; RUN: llc < %s -mtriple=i686-unknown-linux -relocation-model=static -stats 2>&1 | \ ; RUN: grep asm-printer | grep 15 ; ; It's possible to schedule this in 14 instructions by avoiding |