mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
comentate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f581c3b81e
commit
253bb78adb
@ -106,6 +106,10 @@ namespace bitc {
|
|||||||
CST_CODE_CE_CMP = 15 // CE_CMP: [opty, opval, opval, pred]
|
CST_CODE_CE_CMP = 15 // CE_CMP: [opty, opval, opval, pred]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// CastOpcodes - These are values used in the bitcode files to encode which
|
||||||
|
/// cast a CST_CODE_CE_CAST or a XXX refers to. The values of these enums
|
||||||
|
/// have no fixed relation to the LLVM IR enum values. Changing these will
|
||||||
|
/// break compatibility with old files.
|
||||||
enum CastOpcodes {
|
enum CastOpcodes {
|
||||||
CAST_TRUNC = 0,
|
CAST_TRUNC = 0,
|
||||||
CAST_ZEXT = 1,
|
CAST_ZEXT = 1,
|
||||||
@ -121,6 +125,10 @@ namespace bitc {
|
|||||||
CAST_BITCAST = 11
|
CAST_BITCAST = 11
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// BinaryOpcodes - These are values used in the bitcode files to encode which
|
||||||
|
/// binop a CST_CODE_CE_BINOP or a XXX refers to. The values of these enums
|
||||||
|
/// have no fixed relation to the LLVM IR enum values. Changing these will
|
||||||
|
/// break compatibility with old files.
|
||||||
enum BinaryOpcodes {
|
enum BinaryOpcodes {
|
||||||
BINOP_ADD = 0,
|
BINOP_ADD = 0,
|
||||||
BINOP_SUB = 1,
|
BINOP_SUB = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user