mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
update to reflect reality
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4c8e52433
commit
fa5416b6f6
@ -165,7 +165,7 @@ namespace bitc {
|
||||
FUNC_CODE_INST_CMP = 9, // CMP: [opty, opval, opval, pred]
|
||||
|
||||
FUNC_CODE_INST_RET = 10, // RET: [opty,opval<optional>]
|
||||
FUNC_CODE_INST_BR = 11, // BR: [opval, bb#, bb#] or [bb#]
|
||||
FUNC_CODE_INST_BR = 11, // BR: [bb#, bb#, cond] or [bb#]
|
||||
FUNC_CODE_INST_SWITCH = 12, // SWITCH: [opty, opval, n, n x ops]
|
||||
FUNC_CODE_INST_INVOKE = 13, // INVOKE: [fnty, op0,op1,op2, ...]
|
||||
FUNC_CODE_INST_UNWIND = 14, // UNWIND
|
||||
|
Loading…
Reference in New Issue
Block a user