Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / subc.ll
index 4ac95961f079b8d56cc0f3cbfd0728e77fd4ebce..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 -f
+; 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