diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-05 00:59:28 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-05 00:59:28 +0000 |
commit | 175018317e3fa488112fa5dedbd5216ffaa15191 (patch) | |
tree | eb54458b82c485cc6784b4416b90f8df8b3825db | |
parent | e58066653254f378c05828015780a7ee42e38a40 (diff) | |
download | bcm5719-llvm-175018317e3fa488112fa5dedbd5216ffaa15191.tar.gz bcm5719-llvm-175018317e3fa488112fa5dedbd5216ffaa15191.zip |
Remove a comment which no longer applies.
llvm-svn: 9712
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Execution.cpp | 5 |
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(); |