more updates and random notes, including changes up through Week-of-Mon-20080324.
[oota-llvm.git] / lib / VMCore / Dominators.cpp
index 28f772f93f64f2b16909b3b17352eb3113ed3a4f..e9eca4eee4a212fea914099840399273590414ad 100644 (file)
@@ -58,7 +58,6 @@ E("domtree", "Dominator Tree Construction", true, true);
 
 bool DominatorTree::runOnFunction(Function &F) {
   DT->recalculate(F);
-  
   return false;
 }