1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

This declaration has no definition, which is causing MSVC to emit several "no suitable definition provided for explicit template instantiation request" C4661 warnings.

llvm-svn: 213517
This commit is contained in:
Aaron Ballman 2014-07-21 13:08:08 +00:00
parent 3d2a2aef50
commit c169fe52d2

View 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);