bb_terminated: Use boundary values rather than specific opcodes
commit2c5d4b3a37982222a05832b0d2d3708c760c388d
authorJosh Triplett <josh@freedesktop.org>
Fri, 1 Sep 2006 21:34:01 +0000 (1 14:34 -0700)
committerJosh Triplett <josh@freedesktop.org>
Thu, 14 Sep 2006 20:20:56 +0000 (14 13:20 -0700)
treee88a101926b4bcd520244c6b64abd830c90f5746
parenta8594de2db28e4489debd83cdc4cb62f96f339e0
bb_terminated: Use boundary values rather than specific opcodes

The opcode enum defines the boundary values OP_TERMINATOR and
OP_TERMINATOR_END for terminator instructions; use those in bb_terminated
rather than the specific values they currently equal.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
linearize.h