Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: tests_lit/llvm2ice_tests/invalid.test

Issue 1210013005: Fixes case where terminator instruction is missing at end of function. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: fix nits. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests_lit/llvm2ice_tests/Input/no-terminator-inst.tbc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « tests_lit/llvm2ice_tests/Input/no-terminator-inst.tbc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698