Index: tests_lit/llvm2ice_tests/simple-loop.ll |
diff --git a/tests_lit/llvm2ice_tests/simple-loop.ll b/tests_lit/llvm2ice_tests/simple-loop.ll |
index f40a9af3e4e8d46bd0ad680df3d85d6f5a5ac569..02b78abd7b62521f42e93be881f38258416c0cf5 100644 |
--- a/tests_lit/llvm2ice_tests/simple-loop.ll |
+++ b/tests_lit/llvm2ice_tests/simple-loop.ll |
@@ -36,8 +36,6 @@ for.end: |
; CHECK: mov ecx, dword ptr [esp{{.*}}+{{.*}}{{[0-9]+}}] |
; CHECK: cmp ecx, 0 |
; CHECK-NEXT: jle {{[0-9]}} |
-; NaCl bundle padding |
-; CHECK-NEXT: nop |
; TODO: the mov from ebx to esi seems redundant here - so this may need to be |
; modified later |