diff options
| author | John Criswell <criswell@uiuc.edu> | 2005-05-02 14:47:42 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2005-05-02 14:47:42 +0000 |
| commit | f42ed7bdafaa82590264286c28f4d8085ba6fce0 (patch) | |
| tree | eb76e5a8712c54a92e7a9c6af683d8cd1cf97dd3 /llvm/lib/Transforms | |
| parent | 7acd5d5f068ed442c82f14551f4305c149f552f1 (diff) | |
| download | bcm5719-llvm-f42ed7bdafaa82590264286c28f4d8085ba6fce0.tar.gz bcm5719-llvm-f42ed7bdafaa82590264286c28f4d8085ba6fce0.zip | |
Fixed a comment.
llvm-svn: 21653
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LowerInvoke.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Scalar/LowerInvoke.cpp b/llvm/lib/Transforms/Scalar/LowerInvoke.cpp index 08249c65f74..fee18aa77cf 100644 --- a/llvm/lib/Transforms/Scalar/LowerInvoke.cpp +++ b/llvm/lib/Transforms/Scalar/LowerInvoke.cpp @@ -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 |

