[llvm-commits] [polly] r143652 - /polly/trunk/include/polly/TempScopInfo.h
Tobias Grosser
grosser at fim.uni-passau.de
Thu Nov 3 14:03:10 PDT 2011
Author: grosser
Date: Thu Nov 3 16:03:10 2011
New Revision: 143652
URL: http://llvm.org/viewvc/llvm-project?rev=143652&view=rev
Log:
TempScop: Remove unused SCEVAffFunc constructor
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=143652&r1=143651&r2=143652&view=diff
==============================================================================
--- polly/trunk/include/polly/TempScopInfo.h (original)
+++ polly/trunk/include/polly/TempScopInfo.h Thu Nov 3 16:03:10 2011
@@ -73,9 +73,6 @@
SCEVAffFuncType FuncType : 3;
public:
- /// @brief Create a new SCEV affine function.
- SCEVAffFunc() : TransComp(0), BaseAddr(0), ElemBytes(0), FuncType(None) {}
-
/// @brief Create a new SCEV affine function with memory access type or
/// condition type
explicit SCEVAffFunc(SCEVAffFuncType Type, const SCEV *OriginalSCEV,
More information about the llvm-commits
mailing list