Fixed a comment.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 2 May 2005 14:47:42 +0000 (14:47 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 2 May 2005 14:47:42 +0000 (14:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21653 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LowerInvoke.cpp

index 08249c65f7481410d904bff55a60a4efd48a921e..fee18aa77cf7bf2de9d263e55c9c4251d176ee6d 100644 (file)
@@ -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