Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / subc.ll
index 17220743cee3bdfb611981be24394572f9bda6d9..5914dcad94bc0e5e6012e8a9920d8e099a4784d4 100644 (file)
@@ -1,5 +1,5 @@
 ; All of these should be codegen'd without loading immediates
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t
+; RUN: llc < %s -march=ppc32 -o %t
 ; RUN: grep subfc %t | count 1
 ; RUN: grep subfe %t | count 1
 ; RUN: grep subfze %t | count 1