Fix big-endian codegen bug. We're splitting up
[oota-llvm.git] / lib / VMCore / Dominators.cpp
index 28f772f93f64f2b16909b3b17352eb3113ed3a4f..6f1de466043df8937445f2bd03d5ab537a970b7d 100644 (file)
@@ -58,7 +58,6 @@ E("domtree", "Dominator Tree Construction", true, true);
 
 bool DominatorTree::runOnFunction(Function &F) {
   DT->recalculate(F);
-  
   return false;
 }
 
@@ -287,3 +286,4 @@ void DominanceFrontierBase::print(std::ostream &o, const Module* ) const {
 void DominanceFrontierBase::dump() {
   print (llvm::cerr);
 }
+