manually upgrade a bunch of tests to modern syntax, and remove some that
[oota-llvm.git] / test / CodeGen / PowerPC / compare-duplicate.ll
index df2dfdc17b643114900315cdb44fa9a5a77dc4cd..f5108c37a8ad7d7757baceaf2b9d22bb460844e7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin8  | not grep slwi
+; RUN: llc < %s -mtriple=powerpc-apple-darwin8  | not grep slwi
 
 define i32 @test(i32 %A, i32 %B) {
        %C = sub i32 %B, %A