Index: tests_lit/llvm2ice_tests/vector-cast.ll |
diff --git a/tests_lit/llvm2ice_tests/vector-cast.ll b/tests_lit/llvm2ice_tests/vector-cast.ll |
index 8f55c741e52604733a820a489a0c9fcf12d298c6..c95d787766f740d1daa68f48bd3d7cc02ace942d 100644 |
--- a/tests_lit/llvm2ice_tests/vector-cast.ll |
+++ b/tests_lit/llvm2ice_tests/vector-cast.ll |
@@ -145,7 +145,7 @@ entry: |
; CHECK-LABEL: test_fptoui_v4f32_to_v4i32: |
; CHECK: call -4 |
; CALLTARGETS-LABEL: test_fptoui_v4f32_to_v4i32 |
-; CALLTARGETS: call Sz_fptoui_v4f32 |
+; CALLTARGETS: .long Sz_fptoui_v4f32 |
} |
; [su]itofp operations |
@@ -167,5 +167,5 @@ entry: |
; CHECK-LABEL: test_uitofp_v4i32_to_v4f32: |
; CHECK: call -4 |
; CALLTARGETS-LABEL: test_uitofp_v4i32_to_v4f32 |
-; CALLTARGETS: call Sz_uitofp_v4i32 |
+; CALLTARGETS: .long Sz_uitofp_v4i32 |
} |