mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc86704114
commit
6dd26ba4ba
@ -388,8 +388,8 @@ void ValueEnumerator::incorporateFunction(const Function &F) {
|
||||
NumModuleValues = Values.size();
|
||||
|
||||
// Adding function arguments to the value table.
|
||||
for(Function::const_arg_iterator I = F.arg_begin(), E = F.arg_end();
|
||||
I != E; ++I)
|
||||
for (Function::const_arg_iterator I = F.arg_begin(), E = F.arg_end();
|
||||
I != E; ++I)
|
||||
EnumerateValue(I);
|
||||
|
||||
FirstFuncConstantID = Values.size();
|
||||
|
Loading…
Reference in New Issue
Block a user