X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2Frlwinm.ll;h=699f6e78356e7ad53fee089b10d1f051be8853fb;hb=135c03094f039db5fc067a4ef4091096ab8d1eb1;hp=d92b77c1467cb63c0121abb9de7c5e80c832b491;hpb=fea1dd08044c85fb2f74b409704bb742dc817846;p=oota-llvm.git diff --git a/test/CodeGen/PowerPC/rlwinm.ll b/test/CodeGen/PowerPC/rlwinm.ll index d92b77c1467..699f6e78356 100644 --- a/test/CodeGen/PowerPC/rlwinm.ll +++ b/test/CodeGen/PowerPC/rlwinm.ll @@ -1,5 +1,5 @@ ; All of these ands and shifts should be folded into rlwimi's -; RUN: llvm-as < %s | llc -march=ppc32 -o %t +; RUN: llc < %s -march=ppc32 -o %t ; RUN: not grep and %t ; RUN: not grep srawi %t ; RUN: not grep srwi %t