[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
[oota-llvm.git] / test / CodeGen / ARM / ret_arg3.ll
index 41fc9306be39d8904e3f34298f5b037bd82fc816..f7f9057432d10de5d5f8f63193243963cad8eea8 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm
-int %test(int %a1, int %a2, int %a3) {
-  ret int %a3
+; RUN: llc < %s -march=arm
+define i32 @test(i32 %a1, i32 %a2, i32 %a3) {
+        ret i32 %a3
 }
+