Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnswitch.cpp
index e413b943b67d151817af8c3fde58b7437b1934f0..8d39a4dece31e4374d8727bb897376e6ca3a0441 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     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.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -636,7 +636,7 @@ void LoopUnswitch::ReplaceLoopExternalDFMember(Loop *L, BasicBlock *BB,
     BasicBlock *B = *DI++;
     if (L->contains(B))
       continue;
-  
+
     DF->removeFromFrontier(DFI, B);
     LoopDF.insert(B);
   }