From: James Molloy Date: Sat, 29 Aug 2015 11:50:08 +0000 (+0000) Subject: [ARM] Fix up buildbots after r246360 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=43928f790962f5f6d796416ae8c90b95efeaf01a;p=oota-llvm.git [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246361 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/fparith.ll b/test/CodeGen/ARM/fparith.ll index cc880148da8..824824429db 100644 --- a/test/CodeGen/ARM/fparith.ll +++ b/test/CodeGen/ARM/fparith.ll @@ -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: