[polly] r244906 - Remove unimplemented private method getTempScop
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 09:28:05 PDT 2015
Author: meinersbur
Date: Thu Aug 13 11:28:04 2015
New Revision: 244906
URL: http://llvm.org/viewvc/llvm-project?rev=244906&view=rev
Log:
Remove unimplemented private method getTempScop
Modified:
polly/trunk/include/polly/TempScopInfo.h
Modified: polly/trunk/include/polly/TempScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/TempScopInfo.h?rev=244906&r1=244905&r2=244906&view=diff
==============================================================================
--- polly/trunk/include/polly/TempScopInfo.h (original)
+++ polly/trunk/include/polly/TempScopInfo.h Thu Aug 13 11:28:04 2015
@@ -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);
More information about the llvm-commits
mailing list