Code cleanup associated with jump tables, thanks to Chris for noticing
these. llvm-svn: 27950
This commit is contained in:
@@ -366,6 +366,14 @@ void MachineJumpTableInfo::print(std::ostream &OS) const {
|
||||
}
|
||||
}
|
||||
|
||||
unsigned MachineJumpTableInfo::getEntrySize() const {
|
||||
return TD.getPointerSize();
|
||||
}
|
||||
|
||||
unsigned MachineJumpTableInfo::getAlignment() const {
|
||||
return TD.getPointerAlignment();
|
||||
}
|
||||
|
||||
void MachineJumpTableInfo::dump() const { print(std::cerr); }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user