From 763f5ae9023e52e1978f2ffc21ca27a807a3404d Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 22 Sep 2003 21:57:15 +0000 Subject: [PATCH] Credits are now in top-level CREDITS.TXT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8661 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/LowerSetJmp.cpp | 2 -- 1 file changed, 2 deletions(-) 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. -// //===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===// -- 2.34.1