mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Fix indentation.
llvm-svn: 32066
This commit is contained in:
parent
1dfe5221c1
commit
5b43e8613e
@ -291,8 +291,7 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {
|
||||
SwitchToDataSection("");
|
||||
|
||||
for (std::set<std::string>::iterator i = ExtWeakSymbols.begin(),
|
||||
e = ExtWeakSymbols.end();
|
||||
i != e; ++i) {
|
||||
e = ExtWeakSymbols.end(); i != e; ++i) {
|
||||
O << (Subtarget->isTargetDarwin() ? "\t.weak_reference" : "\t.weak")
|
||||
<< " " << *i << "\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user