diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 15:15:52 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-16 15:15:52 +0000 |
| commit | 86f337eeda121a491e68462eb76004db3abda039 (patch) | |
| tree | 7e926960219607df64488a2149f773ad573b9d68 /llvm/test/CodeGen/PowerPC/rlwimi3.ll | |
| parent | e7df634b3d16c9124f616b6bfb33ed3d4d31a48b (diff) | |
| download | bcm5719-llvm-86f337eeda121a491e68462eb76004db3abda039.tar.gz bcm5719-llvm-86f337eeda121a491e68462eb76004db3abda039.zip | |
For PR1319:
Fix test syntax per new rules.
llvm-svn: 36133
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/rlwimi3.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/rlwimi3.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/rlwimi3.ll b/llvm/test/CodeGen/PowerPC/rlwimi3.ll index 44bc034237c..b313ef92e13 100644 --- a/llvm/test/CodeGen/PowerPC/rlwimi3.ll +++ b/llvm/test/CodeGen/PowerPC/rlwimi3.ll @@ -1,4 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -stats 2>&1 | grep 'Number of machine instrs printed' | grep 12 +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -stats |& \ +; RUN: grep {Number of machine instrs printed} | grep 12 ushort %Trans16Bit(uint %srcA, uint %srcB, uint %alpha) { %tmp1 = shl uint %srcA, ubyte 15 ; <uint> [#uses=1] |

