Chris's constant data sequence refactoring actually enabled printing
[oota-llvm.git] / test / CodeGen / PowerPC / big-endian-call-result.ll
index 4885a6236138a2a9a1c5e80b1bb69f2144d8708e..fe85404cb94f2d5603cbf08eaadbae9af5ca289d 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN: llc < %s -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: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
 ; RUN:   grep {addze 3, 3}
 
-declare i64 @foo();
+declare i64 @foo()
 
 define i64 @bar()
 {