Skip to content
Snippets Groups Projects
Commit 60bb622e authored by Evan Cheng's avatar Evan Cheng
Browse files

Added addJumpTableIndex

llvm-svn: 27956
parent ab0ee634
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment