summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic-non-integer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/atomic-non-integer.ll')
-rw-r--r--test/CodeGen/X86/atomic-non-integer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/atomic-non-integer.ll b/test/CodeGen/X86/atomic-non-integer.ll
index 98fcd96d3e4c1..17b73ecf4e1c7 100644
--- a/test/CodeGen/X86/atomic-non-integer.ll
+++ b/test/CodeGen/X86/atomic-non-integer.ll
@@ -43,7 +43,7 @@ define half @load_half(half* %fptr) {
; CHECK-LABEL: @load_half
; CHECK: movw (%rdi), %ax
; CHECK: movzwl %ax, %edi
-; CHECK: jmp __gnu_h2f_ieee
+; CHECK: callq __gnu_h2f_ieee
%v = load atomic half, half* %fptr unordered, align 2
ret half %v
}