Rework some .ARM.attribute work for improved gcc compatibility.
[oota-llvm.git] / test / CodeGen / PowerPC / and_add.ll
index b034841cc7c447e7a120e67e2f319a2f437d148d..517e775172c3763253d7faa8540dc5ccad3a2571 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t
+; RUN: llc < %s -march=ppc32 -o %t
 ; RUN: grep slwi %t
 ; RUN: not grep addi %t
 ; RUN: not grep rlwinm %t