mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -1131,7 +1131,7 @@ void AssemblyWriter::printFunction(const Function *F) {
|
|||||||
if (F->isDeclaration()) {
|
if (F->isDeclaration()) {
|
||||||
Out << "\n";
|
Out << "\n";
|
||||||
} else {
|
} else {
|
||||||
Out << " {\n";
|
Out << " {";
|
||||||
|
|
||||||
// Output all of its basic blocks... for the function
|
// Output all of its basic blocks... for the function
|
||||||
for (Function::const_iterator I = F->begin(), E = F->end(); I != E; ++I)
|
for (Function::const_iterator I = F->begin(), E = F->end(); I != E; ++I)
|
||||||
|
Reference in New Issue
Block a user