mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 06:25:01 +00:00
[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
This commit is contained in:
parent
5a83e46212
commit
f8fbcf73ad
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user