diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-04-12 18:10:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-04-12 18:10:16 +0000 |
| commit | 4c964c3aed747754598a604e3bf60fc3efe4b396 (patch) | |
| tree | db8f109b54e870546666a00b10bd74bbdcd3d555 | |
| parent | 028974508ba080a7bfc47f77d9ca710c2bb8f397 (diff) | |
| download | bcm5719-llvm-4c964c3aed747754598a604e3bf60fc3efe4b396.tar.gz bcm5719-llvm-4c964c3aed747754598a604e3bf60fc3efe4b396.zip | |
make this really work on linux :)
llvm-svn: 35948
| -rw-r--r-- | llvm/test/CodeGen/Generic/ispositive.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/ispositive.ll b/llvm/test/CodeGen/Generic/ispositive.ll index 3b500917ab0..f1d7569efa2 100644 --- a/llvm/test/CodeGen/Generic/ispositive.ll +++ b/llvm/test/CodeGen/Generic/ispositive.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 | grep shrl.*31 && -; RUN: llvm-as < %s | llc -march=ppc32 | grep 'srwi r?3, r?3, 31' && +; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'srwi r3, r3, 31' && ; RUN: llvm-as < %s | llc -march=arm | grep 'mov r0, r0, lsr #31' && ; RUN: llvm-as < %s | llc -march=thumb | grep 'lsr r0, r0, #31' |

