Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / PowerPC / big-endian-call-result.ll
index ab136f65d2746fa22d92124f35122bdd58c24ff1..760833ce20ff02e885f40d9ca83ea20592a9a678 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
-; RUN:   grep {addic 4, 4, 1}
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
-; RUN:   grep {addze 3, 3}
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep "addic 4, 4, 1"
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep "addze 3, 3"
 
 declare i64 @foo()