diff options
-rw-r--r-- | lib/Transforms/IPO/LowerSetJmp.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/IPO/LowerSetJmp.cpp b/lib/Transforms/IPO/LowerSetJmp.cpp index d6c02569..fb3cd16 100644 --- a/lib/Transforms/IPO/LowerSetJmp.cpp +++ b/lib/Transforms/IPO/LowerSetJmp.cpp @@ -17,8 +17,6 @@ // original except block being executed if it isn't a longjmp except // that is handled by that function. // -// This pass was contributed to LLVM by Bill Wendling. -// //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===// |