Remove trailing whitespace
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
index 5feab0f81776560ae8cabfbb97c2371be89dde1f..1d4e5304f3b08313d6488fb571b24b7835a9a001 100644 (file)
@@ -1,12 +1,12 @@
 //===-- UnreachableBlockElim.cpp - Remove unreachable blocks for codegen --===//
-// 
+//
 //                     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 pass is an extremely simple version of the SimplifyCFG pass.  Its sole
 // job is to delete LLVM basic blocks that are not reachable from the entry
 // node.  To do this, it performs a simple depth first traversal of the CFG,