mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Revert accidental commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187021 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f7beb2cc1f
commit
8d5a10fe60
@ -1832,7 +1832,7 @@ void CppWriter::printInline(const std::string& fname,
|
|||||||
unsigned arg_count = 1;
|
unsigned arg_count = 1;
|
||||||
for (Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end();
|
for (Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end();
|
||||||
AI != AE; ++AI) {
|
AI != AE; ++AI) {
|
||||||
Out << ", Value* arg_" << arg_count++;
|
Out << ", Value* arg_" << arg_count;
|
||||||
}
|
}
|
||||||
Out << ") {";
|
Out << ") {";
|
||||||
nl(Out);
|
nl(Out);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user