diff --git a/lib/Transforms/IPO/LowerSetJmp.cpp b/lib/Transforms/IPO/LowerSetJmp.cpp index d6c02569a73..fb3cd16c750 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. -// //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//