Index: tests_lit/llvm2ice_tests/vector-arg.ll |
diff --git a/tests_lit/llvm2ice_tests/vector-arg.ll b/tests_lit/llvm2ice_tests/vector-arg.ll |
index b878d3850860276697110c4658a5ecbb9337f5f3..1773c0103542493945163d106974c30e7587349b 100644 |
--- a/tests_lit/llvm2ice_tests/vector-arg.ll |
+++ b/tests_lit/llvm2ice_tests/vector-arg.ll |
@@ -171,7 +171,6 @@ entry: |
; CHECK: movups xmm3, xmmword ptr [esp + 80] |
; CHECK: call -4 |
; CHECK-NEXT: add esp, 32 |
-; CHECK: ret |
jvoung (off chromium)
2014/10/05 21:17:26
Since the .byte breaks llvm-mc NaCl bundle padding
|
; OPTM1-LABEL: test_passing_vectors: |
; OPTM1: sub esp, 32 |
@@ -185,7 +184,6 @@ entry: |
; OPTM1: movups xmm3, xmmword ptr {{.*}} |
; OPTM1: call -4 |
; OPTM1-NEXT: add esp, 32 |
-; OPTM1: ret |
} |
declare void @InterspersedVectorArgs(<4 x float>, i64, <4 x float>, i64, <4 x float>, float, <4 x float>, double, <4 x float>, i32, <4 x float>) |