Covert this test to .s form.
[oota-llvm.git] / test / CodeGen / SystemZ / 02-RetOr.ll
index 2b1791b23dae866a25bc768de137999d7563f420..a1ddb63d04abebeb930b559cbd09ec684e078879 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=systemz
+; RUN: llc < %s -march=systemz
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = or i64 %a, %b
     ret i64 %c
-}
\ No newline at end of file
+}