aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fcopysign.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fcopysign.ll')
-rw-r--r--test/CodeGen/ARM/fcopysign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fcopysign.ll b/test/CodeGen/ARM/fcopysign.ll
index f241c26..c4dbeb9 100644
--- a/test/CodeGen/ARM/fcopysign.ll
+++ b/test/CodeGen/ARM/fcopysign.ll
@@ -10,7 +10,7 @@ entry:
; HARD: test1:
; HARD: vmov.i32 [[REG1:(d[0-9]+)]], #0x80000000
-; HARD: vbsl [[REG1]], d2, d0
+; HARD: vbsl [[REG1]], d
%0 = tail call float @copysignf(float %x, float %y) nounwind
ret float %0
}