mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
This declaration has no definition, which is causing MSVC to emit several "no suitable definition provided for explicit template instantiation request" C4661 warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213517 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb9fd2cbd4
commit
6dbe7b1e31
@ -724,10 +724,6 @@ private:
|
|||||||
// updateStatistics - Update statistic about created regions.
|
// updateStatistics - Update statistic about created regions.
|
||||||
virtual void updateStatistics(RegionT *R) = 0;
|
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.
|
// calculate - detect all regions in function and build the region tree.
|
||||||
void calculate(FuncT &F);
|
void calculate(FuncT &F);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user