summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/floor-soft-float.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/floor-soft-float.ll')
-rw-r--r--test/CodeGen/X86/floor-soft-float.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/floor-soft-float.ll b/test/CodeGen/X86/floor-soft-float.ll
index 7bb738513f547..3b28ecc6379d3 100644
--- a/test/CodeGen/X86/floor-soft-float.ll
+++ b/test/CodeGen/X86/floor-soft-float.ll
@@ -6,7 +6,7 @@ target triple = "x86_64-unknown-linux-gnu"
declare float @llvm.floor.f32(float)
; CHECK-SOFT-FLOAT: callq floorf
-; CHECK-HARD-FLOAT: roundss $1, %xmm0, %xmm0
+; CHECK-HARD-FLOAT: roundss $9, %xmm0, %xmm0
define float @myfloor(float %a) {
%val = tail call float @llvm.floor.f32(float %a)
ret float %val