diff options
| author | James Molloy <james.molloy@arm.com> | 2015-08-29 11:50:08 +0000 |
|---|---|---|
| committer | James Molloy <james.molloy@arm.com> | 2015-08-29 11:50:08 +0000 |
| commit | a184adffab7d3f24488f12eb4d31c4af880a9166 (patch) | |
| tree | 4e819fac3769ef974203f8c46525a95022d4e7d7 /llvm/test | |
| parent | 45ee9898ecf58e759982be3da64d1c5599434ac3 (diff) | |
| download | bcm5719-llvm-a184adffab7d3f24488f12eb4d31c4af880a9166.tar.gz bcm5719-llvm-a184adffab7d3f24488f12eb4d31c4af880a9166.zip | |
[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.
llvm-svn: 246361
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/ARM/fparith.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fparith.ll b/llvm/test/CodeGen/ARM/fparith.ll index cc880148da8..824824429db 100644 --- a/llvm/test/CodeGen/ARM/fparith.ll +++ b/llvm/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: |

