diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-05-06 23:09:29 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-05-06 23:09:29 +0000 |
commit | f5d2c3b45a46ef307c42b6d546604e2d34b6c742 (patch) | |
tree | d89a7232e876b64adcb420e0297b1e6ad38c9503 /llvm/test/CodeGen/X86/dagcombine-cse.ll | |
parent | aec1811c6c1bd5d49c16fa9b2769c90267cf061c (diff) | |
download | bcm5719-llvm-f5d2c3b45a46ef307c42b6d546604e2d34b6c742.tar.gz bcm5719-llvm-f5d2c3b45a46ef307c42b6d546604e2d34b6c742.zip |
Use target triple in tests, not 'realign-stack=0' option. Per request.
llvm-svn: 50778
Diffstat (limited to 'llvm/test/CodeGen/X86/dagcombine-cse.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dagcombine-cse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dagcombine-cse.ll b/llvm/test/CodeGen/X86/dagcombine-cse.ll index 0f0b5373a84..a673ebf47de 100644 --- a/llvm/test/CodeGen/X86/dagcombine-cse.ll +++ b/llvm/test/CodeGen/X86/dagcombine-cse.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -realign-stack=0 -stats |& grep asm-printer | grep 14 +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -stats |& grep asm-printer | grep 14 define i32 @t(i8* %ref_frame_ptr, i32 %ref_frame_stride, i32 %idxX, i32 %idxY) nounwind { entry: |