Remove a comment which no longer applies.

llvm-svn: 9712
This commit is contained in:
Brian Gaeke 2003-11-05 00:59:28 +00:00
parent e580666532
commit 175018317e
1 changed files with 0 additions and 5 deletions

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();