mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Add support for other relocation bases to jump tables, as well as custom asm directives
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30593 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -82,6 +82,9 @@ namespace ISD {
|
||||
Constant, ConstantFP,
|
||||
GlobalAddress, FrameIndex, JumpTable, ConstantPool, ExternalSymbol,
|
||||
|
||||
// The relocation value to add to the value loaded from a jump table
|
||||
JumpTableRelocBase,
|
||||
|
||||
// TargetConstant* - Like Constant*, but the DAG does not do any folding or
|
||||
// simplification of the constant.
|
||||
TargetConstant,
|
||||
|
||||
Reference in New Issue
Block a user