[llvm] r246361 - [ARM] Fix up buildbots after r246360

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 29 04:50:08 PDT 2015


Author: jamesm
Date: Sat Aug 29 06:50:08 2015
New Revision: 246361

URL: http://llvm.org/viewvc/llvm-project?rev=246361&view=rev
Log:
[ARM] Fix up buildbots after r246360

I have no idea how I missed this in my internal testing. Just no idea. Sorry for the bot-armageddon.

Modified:
    llvm/trunk/test/CodeGen/ARM/fparith.ll

Modified: llvm/trunk/test/CodeGen/ARM/fparith.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fparith.ll?rev=246361&r1=246360&r2=246361&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fparith.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fparith.ll Sat Aug 29 06:50:08 2015
@@ -56,7 +56,7 @@ entry:
 	ret float %tmp1
 }
 
-define double @f8(double %a) {
+define arm_aapcs_vfpcc double @f8(double %a) {
 ;CHECK-LABEL: f8:
 ;CHECK: vneg.f64
 entry:
@@ -90,7 +90,7 @@ entry:
 
 declare float @fabsf(float)
 
-define double @f12(double %a) {
+define arm_aapcs_vfpcc double @f12(double %a) {
 ;CHECK-LABEL: f12:
 ;CHECK: vabs.f64
 entry:




More information about the llvm-commits mailing list