summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-05 00:59:28 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-05 00:59:28 +0000
commit175018317e3fa488112fa5dedbd5216ffaa15191 (patch)
treeeb54458b82c485cc6784b4416b90f8df8b3825db /llvm/lib/ExecutionEngine
parente58066653254f378c05828015780a7ee42e38a40 (diff)
downloadbcm5719-llvm-175018317e3fa488112fa5dedbd5216ffaa15191.tar.gz
bcm5719-llvm-175018317e3fa488112fa5dedbd5216ffaa15191.zip
Remove a comment which no longer applies.
llvm-svn: 9712
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Execution.cpp5
1 files changed, 0 insertions, 5 deletions
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();
OpenPOWER on IntegriCloud