mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Added addJumpTableIndex
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
49bca8536c
commit
ccdcdf3e2e
@ -131,6 +131,11 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
const MachineInstrBuilder &addJumpTableIndex(unsigned Idx) const {
|
||||
MI->addJumpTableIndexOperand(Idx);
|
||||
return *this;
|
||||
}
|
||||
|
||||
const MachineInstrBuilder &addGlobalAddress(GlobalValue *GV,
|
||||
bool isPCRelative = false,
|
||||
int Offset = 0) const {
|
||||
|
Loading…
Reference in New Issue
Block a user