From 3636f4e0d68858cb7b521a90cb3235852301c2b3 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 5 Nov 2003 00:59:28 +0000 Subject: [PATCH] Remove a comment which no longer applies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9712 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/Interpreter/Execution.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp index a17093ac86e..66b8b541408 100644 --- a/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/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();