diff test/CodeGen/ARM/2013-04-16-AAPCS-C4-vs-VFP.ll @ 77:54457678186b

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children
line wrap: on
line diff
--- a/test/CodeGen/ARM/2013-04-16-AAPCS-C4-vs-VFP.ll	Thu Dec 12 15:22:36 2013 +0900
+++ b/test/CodeGen/ARM/2013-04-16-AAPCS-C4-vs-VFP.ll	Mon Sep 08 22:06:00 2014 +0900
@@ -72,7 +72,7 @@
 		 double %p8, ; --> Stack
 		 i32 %p9) #0 { ; --> R0, not Stack+8
 entry:
-  tail call void @fooUseI32(i32 %p9)
+  call void @fooUseI32(i32 %p9)
   ret void
 }