Covert this test to .s form.
[oota-llvm.git] / test / CodeGen / SystemZ / 03-RetXorSubreg.ll
index a0c313bed56f0c03973b32385c3398e2458cd430..a9af23197ef85803207a9b7574bafd69df542767 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=systemz | grep xgr   | count 3
-; RUN: llvm-as < %s | llc -march=systemz | grep nihf  | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep lgfr  | count 1
+; RUN: llc < %s -march=systemz | grep xgr   | count 3
+; RUN: llc < %s -march=systemz | grep nihf  | count 1
+; RUN: llc < %s -march=systemz | grep lgfr  | count 1
 
 
 define i32 @foo(i32 %a, i32 %b) {