Remove a comment which no longer applies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2003-11-05 00:59:28 +00:00
parent ad5b4fb6b7
commit 3636f4e0d6

View File

@ -815,11 +815,6 @@ void Interpreter::callFunction(Function *F,
return;
}
// Process the function, assigning instruction numbers to the instructions in
// the function. Also calculate the number of values for each type slot
// active.
//
// Make a new stack frame... and fill it in.
ECStack.push_back(ExecutionContext());
ExecutionContext &StackFrame = ECStack.back();