mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
another bug introduced in r47802 by nicholas, for no apparent reason.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50031 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d717a0b70
commit
a1b5858fda
@ -1131,7 +1131,7 @@ void AssemblyWriter::printFunction(const Function *F) {
|
||||
if (F->isDeclaration()) {
|
||||
Out << "\n";
|
||||
} else {
|
||||
Out << " {\n";
|
||||
Out << " {";
|
||||
|
||||
// Output all of its basic blocks... for the function
|
||||
for (Function::const_iterator I = F->begin(), E = F->end(); I != E; ++I)
|
||||
|
Loading…
x
Reference in New Issue
Block a user