The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / Analysis / DominanceFrontier.h
index d7f74af1c65c8fb85b3c32c5222e7cd4d3827ea5..a2e0675e92b7504293e3ec7743b00a269aed65bf 100644 (file)
@@ -154,6 +154,7 @@ public:
 /// used to compute a forward dominator frontiers.
 ///
 class DominanceFrontier : public DominanceFrontierBase {
+  virtual void anchor();
 public:
   static char ID; // Pass ID, replacement for typeid
   DominanceFrontier() :