[polly] r250015 - Delete leftover function declaration

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 11 22:14:04 PDT 2015


Author: grosser
Date: Mon Oct 12 00:14:03 2015
New Revision: 250015

URL: http://llvm.org/viewvc/llvm-project?rev=250015&view=rev
Log:
Delete leftover function declaration

The function's definition was already removed in r247289.

Modified:
    polly/trunk/include/polly/Support/ScopHelper.h

Modified: polly/trunk/include/polly/Support/ScopHelper.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/Support/ScopHelper.h?rev=250015&r1=250014&r2=250015&view=diff
==============================================================================
--- polly/trunk/include/polly/Support/ScopHelper.h (original)
+++ polly/trunk/include/polly/Support/ScopHelper.h Mon Oct 12 00:14:03 2015
@@ -49,17 +49,6 @@ using ValueMapT = llvm::DenseMap<llvm::A
 /// @brief Type for a set of invariant loads.
 using InvariantLoadsSetTy = llvm::SetVector<llvm::AssertingVH<llvm::LoadInst>>;
 
-/// Temporary Hack for extended regiontree.
-///
-/// @brief Cast the region to loop.
-///
-/// @param R  The Region to be casted.
-/// @param LI The LoopInfo to help the casting.
-///
-/// @return If there is a a loop that has the same entry and exit as the region,
-///         return the loop, otherwise, return null.
-llvm::Loop *castToLoop(const llvm::Region &R, llvm::LoopInfo &LI);
-
 /// @brief Check if the PHINode has any incoming Invoke edge.
 ///
 /// @param PN The PHINode to check.




More information about the llvm-commits mailing list