mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-04 16:41:43 +00:00
remove unused code
llvm-svn: 203163
This commit is contained in:
parent
4147978cc5
commit
9cce17a23a
@ -28,7 +28,6 @@ class DataLayout;
|
||||
using namespace llvm;
|
||||
|
||||
namespace polly {
|
||||
class MayAliasSetInfo;
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
/// @brief A memory access described by a SCEV expression and the access type.
|
||||
@ -133,9 +132,6 @@ class TempScop {
|
||||
// Access function of bbs.
|
||||
const AccFuncMapType &AccFuncMap;
|
||||
|
||||
// The alias information about this SCoP.
|
||||
MayAliasSetInfo *MayASInfo;
|
||||
|
||||
friend class TempScopInfo;
|
||||
|
||||
explicit TempScop(Region &r, LoopBoundMapType &loopBounds,
|
||||
|
Loading…
x
Reference in New Issue
Block a user