Debug Info Testing: use null instead of an empty string in context field.
[oota-llvm.git] / test / CodeGen / PowerPC / constants.ll
index b58f59a7eb554ea5d59b57cf619cb04a4072c8ac..9efca916d69c92969fe28b24e3b28f8a12011ae7 100644 (file)
@@ -1,10 +1,10 @@
 ; All of these routines should be perform optimal load of constants.
-; RUN: llvm-as < %s | llc -march=ppc32 | \
+; RUN: llc < %s -march=ppc32 | \
 ; RUN:   grep lis | count 5
-; RUN: llvm-as < %s | llc -march=ppc32 | \
+; RUN: llc < %s -march=ppc32 | \
 ; RUN:   grep ori | count 3
-; RUN: llvm-as < %s | llc -march=ppc32 | \
-; RUN:   grep {li } | count 4
+; RUN: llc < %s -march=ppc32 | \
+; RUN:   grep "li " | count 4
 
 define i32 @f1() {
 entry: