[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Nov 4 19:00:01 PST 2003
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Execution.cpp updated: 1.103 -> 1.104
---
Log message:
Remove a comment which no longer applies.
---
Diffs of the changes: (+0 -5)
Index: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.103 llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.104
--- llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.103 Fri Oct 24 14:59:01 2003
+++ llvm/lib/ExecutionEngine/Interpreter/Execution.cpp Tue Nov 4 18:59:28 2003
@@ -815,11 +815,6 @@
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();
More information about the llvm-commits
mailing list