forked from OSchip/llvm-project
Remove unimplemented private method getTempScop
llvm-svn: 244906
This commit is contained in:
parent
674b5d570f
commit
5a8ddd74a5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue