diff options
Diffstat (limited to 'test/CodeGen/X86/fast-isel-float-half-convertion.ll')
-rw-r--r-- | test/CodeGen/X86/fast-isel-float-half-convertion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-float-half-convertion.ll b/test/CodeGen/X86/fast-isel-float-half-convertion.ll index 707a325bf41d..acb85fd171f5 100644 --- a/test/CodeGen/X86/fast-isel-float-half-convertion.ll +++ b/test/CodeGen/X86/fast-isel-float-half-convertion.ll @@ -4,7 +4,7 @@ define i16 @test_fp32_to_fp16(float %a) { ; CHECK-LABEL: test_fp32_to_fp16: -; CHECK: vcvtps2ph $0, %xmm0, %xmm0 +; CHECK: vcvtps2ph $4, %xmm0, %xmm0 ; CHECK-NEXT: vmovd %xmm0, %eax ; CHECK-NEXT: retq entry: |