mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a06b3af2fe
commit
ee3d2c8bc8
@ -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…
Reference in New Issue
Block a user