From 175018317e3fa488112fa5dedbd5216ffaa15191 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 5 Nov 2003 00:59:28 +0000 Subject: Remove a comment which no longer applies. llvm-svn: 9712 --- llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/ExecutionEngine') diff --git a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp index a17093ac86e..66b8b541408 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp @@ -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(); -- cgit v1.2.3