[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
This commit is contained in:
James Molloy 2015-08-29 11:50:08 +00:00
parent 3504e2625a
commit 43928f7909

View File

@ -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: