Test commit. Removed trailing whitespace.
[oota-llvm.git] / test / CodeGen / PowerPC / mem-rr-addr-mode.ll
index fd0e1d4a2ea87a59bb8099b7203bef609f78090b..5661ef9768d13b74af74dee3949e0b5e2ab16973 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep li.*16
-; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep addi
+; RUN: llc < %s -march=ppc32 -mcpu=g5 | grep li.*16
+; RUN: llc < %s -march=ppc32 -mcpu=g5 | not grep addi
 
 ; Codegen lvx (R+16) as t = li 16,  lvx t,R
 ; This shares the 16 between the two loads.