mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-10 03:30:59 +00:00
Convert tabs to spaces
llvm-svn: 16988
This commit is contained in:
parent
44e34a155c
commit
e20eb48c53
@ -124,13 +124,13 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
const MachineInstrBuilder &addGlobalAddress(GlobalValue *GV,
|
const MachineInstrBuilder &addGlobalAddress(GlobalValue *GV,
|
||||||
bool isPCRelative = false) const {
|
bool isPCRelative = false) const {
|
||||||
MI->addGlobalAddressOperand(GV, isPCRelative);
|
MI->addGlobalAddressOperand(GV, isPCRelative);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
const MachineInstrBuilder &addExternalSymbol(const std::string &Name,
|
const MachineInstrBuilder &addExternalSymbol(const std::string &Name,
|
||||||
bool isPCRelative = false) const{
|
bool isPCRelative = false) const{
|
||||||
MI->addExternalSymbolOperand(Name, isPCRelative);
|
MI->addExternalSymbolOperand(Name, isPCRelative);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user