Add an explicit triple to the big-endian tests so that the assembly
[oota-llvm.git] / test / CodeGen / PowerPC / big-endian-formal-args.ll
index 1e19f5f3d79ca7f51d3b9f70ac32df745ace0645..08589f499965041733a38fa3eda85539b59d8648 100644 (file)
@@ -1,7 +1,11 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {li 6, 3}
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {li 4, 2}
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {li 3, 0}
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {mr 5, 3}
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {li 6, 3}
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {li 4, 2}
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {li 3, 0}
+; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {mr 5, 3}
 
 declare void @bar(i64 %x, i64 %y)