Remove unimplemented private method getTempScop

llvm-svn: 244906
This commit is contained in:
Michael Kruse 2015-08-13 16:28:04 +00:00
parent 674b5d570f
commit 5a8ddd74a5
1 changed files with 0 additions and 4 deletions

View File

@ -255,10 +255,6 @@ class TempScopInfo : public FunctionPass {
// Build the affine function of the given condition
Comparison buildAffineCondition(Value &V, bool inverted);
// Return the temporary Scop information of Region R, where R must be a valid
// part of Scop
TempScop *getTempScop(Region &R);
// Build the temprory information of Region R, where R must be a valid part
// of Scop.
TempScop *buildTempScop(Region &R);