llvm-project/polly/lib/Analysis
Tobias Grosser faef9a7667 Fix gcc compile failure
Commit r275056 introduced a gcc compile failure due to us using two
types named 'Type', the first being the newly introduced member variable
'Type' the second being llvm::Type. We resolve this issue by renaming
the newly introduced member variable to AccessType.

llvm-svn: 275057
2016-07-11 12:27:04 +00:00
..
DependenceInfo.cpp Propagate on-error status 2016-06-30 20:42:58 +00:00
ScopBuilder.cpp Fix assertion due to buildMemoryAccess. 2016-07-08 12:38:28 +00:00
ScopDetection.cpp Add comment on why loops/regions can overlap. NFC. 2016-06-27 19:00:55 +00:00
ScopDetectionDiagnostic.cpp Fix assertion due to loop overlap with nonaffine region. 2016-06-27 19:00:49 +00:00
ScopGraphPrinter.cpp Fix formatting 2015-12-17 13:04:30 +00:00
ScopInfo.cpp Fix gcc compile failure 2016-07-11 12:27:04 +00:00
ScopPass.cpp Decouple SCoP building logic from pass 2016-05-31 09:41:04 +00:00