Remove a comment which no longer applies.
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 5 Nov 2003 00:59:28 +0000 (00:59 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 5 Nov 2003 00:59:28 +0000 (00:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9712 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Interpreter/Execution.cpp

index a17093ac86e86d3a44ae46953bc347c22b39be6c..66b8b5414088cd02d679bec0f254afc259d62a6d 100644 (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();