Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 ; Test that we handle functions that don't end with a terminator instruction. | |
| 2 ; See issue: https://code.google.com/p/nativeclient/issues/detail?id=4214 | |
| 3 | |
| 4 RUN: %p2i --expect-fail --tbc -i %p/Input/no-terminator-inst.tbc --insts \ | |
| 5 RUN: | FileCheck --check-prefix=NO-TERM-INST %s | |
| 6 | |
| 7 ; NO-TERM-INST: Last instruction in function not terminator | |
| OLD | NEW |