Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / CodeGen / SystemZ / 04-RetShifts.ll
index 83cf55131a5e0779c7bc3c3f71b8a554b9493676..cccdc4737f7686948e05fb6fcc32a781fb710d36 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s | llc -march=systemz | grep sra   | count 6
-; RUN: llvm-as < %s | llc -march=systemz | grep srag  | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep srl   | count 6
-; RUN: llvm-as < %s | llc -march=systemz | grep srlg  | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep sll   | count 6
-; RUN: llvm-as < %s | llc -march=systemz | grep sllg  | count 3
+; RUN: llc < %s -march=systemz | grep sra   | count 6
+; RUN: llc < %s -march=systemz | grep srag  | count 3
+; RUN: llc < %s -march=systemz | grep srl   | count 6
+; RUN: llc < %s -march=systemz | grep srlg  | count 3
+; RUN: llc < %s -march=systemz | grep sll   | count 6
+; RUN: llc < %s -march=systemz | grep sllg  | count 3
 
 define signext i32 @foo1(i32 %a, i32 %idx) nounwind readnone {
 entry: