mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
faef9a766745acf6938839a5d433f5b2b5d2863f
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
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%