mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 08:11:52 +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,
|
||||
bool isPCRelative = false) const {
|
||||
bool isPCRelative = false) const {
|
||||
MI->addGlobalAddressOperand(GV, isPCRelative);
|
||||
return *this;
|
||||
}
|
||||
|
||||
const MachineInstrBuilder &addExternalSymbol(const std::string &Name,
|
||||
bool isPCRelative = false) const{
|
||||
bool isPCRelative = false) const{
|
||||
MI->addExternalSymbolOperand(Name, isPCRelative);
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user