[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LowerInvoke.cpp
John Criswell
criswell at cs.uiuc.edu
Mon May 2 07:47:59 PDT 2005
Changes in directory llvm/lib/Transforms/Scalar:
LowerInvoke.cpp updated: 1.21 -> 1.22
---
Log message:
Fixed a comment.
---
Diffs of the changes: (+3 -3)
LowerInvoke.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/Transforms/Scalar/LowerInvoke.cpp
diff -u llvm/lib/Transforms/Scalar/LowerInvoke.cpp:1.21 llvm/lib/Transforms/Scalar/LowerInvoke.cpp:1.22
--- llvm/lib/Transforms/Scalar/LowerInvoke.cpp:1.21 Thu Apr 21 18:45:12 2005
+++ llvm/lib/Transforms/Scalar/LowerInvoke.cpp Mon May 2 09:47:42 2005
@@ -18,9 +18,9 @@
// program will print a message then abort.
//
// 'Expensive' exception handling support gives the full exception handling
-// support to the program at making the 'invoke' instruction really expensive.
-// It basically inserts setjmp/longjmp calls to emulate the exception handling
-// as necessary.
+// support to the program at the cost of making the 'invoke' instruction
+// really expensive. It basically inserts setjmp/longjmp calls to emulate the
+// exception handling as necessary.
//
// Because the 'expensive' support slows down programs a lot, and EH is only
// used for a subset of the programs, it must be specifically enabled by an
More information about the llvm-commits
mailing list