summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/floor-soft-float.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/floor-soft-float.ll')
-rw-r--r--llvm/test/CodeGen/X86/floor-soft-float.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/floor-soft-float.ll b/llvm/test/CodeGen/X86/floor-soft-float.ll
index 7bb738513f5..3b28ecc6379 100644
--- a/llvm/test/CodeGen/X86/floor-soft-float.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud