[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
[oota-llvm.git] / test / CodeGen / ARM / 2013-04-16-AAPCS-C4-vs-VFP.ll
index 08bf99b31f543f93e12e39584b3a39d446e9b7e8..6bd23b102e79008a665a83047dc0184993303e6e 100644 (file)
@@ -72,7 +72,7 @@ define void @foo(double %p0, ; --> D0
                 double %p8, ; --> Stack
                 i32 %p9) #0 { ; --> R0, not Stack+8
 entry:
-  tail call void @fooUseI32(i32 %p9)
+  call void @fooUseI32(i32 %p9)
   ret void
 }