PR4123: don't crash when inlining a call which uses its own result.
[oota-llvm.git] / lib / Debugger / SourceLanguage-CFamily.cpp
index 392c07c818e74a400f35553665b3b2d255046ca2..f329db495f73185d6b5b56c77a847833007b5d45 100644 (file)
@@ -1,12 +1,12 @@
 //===-- SourceLanguage-CFamily.cpp - C family SourceLanguage impl ---------===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by the LLVM research group and is distributed under
-// the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
 //===----------------------------------------------------------------------===//
-// 
+//
 // This file implements the SourceLanguage class for the C family of languages
 // (K&R C, C89, C99, etc).
 //