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 1bd00f866d8104c273018e16ae8c07a9c9f8d7ff..e75fbb6377fcac8d20aba5ead9274616c237707e 100644 |
--- a/tests_lit/llvm2ice_tests/simple-loop.ll |
+++ b/tests_lit/llvm2ice_tests/simple-loop.ll |
@@ -38,8 +38,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 |