This declaration has no definition, which is causing MSVC to emit several "no suitabl...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 21 Jul 2014 13:08:08 +0000 (13:08 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 21 Jul 2014 13:08:08 +0000 (13:08 +0000)
llvm-svn: 213517

llvm/include/llvm/Analysis/RegionInfo.h

index 40c43db..49c88fd 100644 (file)
@@ -724,10 +724,6 @@ private:
   // updateStatistics - Update statistic about created regions.
   virtual void updateStatistics(RegionT *R) = 0;
 
-  // isSimple - Check if a region is a simple region with exactly one entry
-  // edge and exactly one exit edge.
-  bool isSimple(RegionT *R) const;
-
   // calculate - detect all regions in function and build the region tree.
   void calculate(FuncT &F);