diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-12 18:09:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-12 18:09:06 +0000 |
commit | 028974508ba080a7bfc47f77d9ca710c2bb8f397 (patch) | |
tree | 79cba7ce4e2f55952c6496afd3ad9b9b1b269694 /llvm/test/CodeGen | |
parent | 0f2f65f7233bfad6ffd0227fd701dc967d076d94 (diff) | |
download | bcm5719-llvm-028974508ba080a7bfc47f77d9ca710c2bb8f397.tar.gz bcm5719-llvm-028974508ba080a7bfc47f77d9ca710c2bb8f397.zip |
make this happier on linux hosts
llvm-svn: 35947
Diffstat (limited to 'llvm/test/CodeGen')
-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 b58cbdd5c2c..3b500917ab0 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 r3, r3, 31' && +; RUN: llvm-as < %s | llc -march=ppc32 | grep 'srwi r?3, r?3, 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' |