diff options
author | Puyan Lotfi <puyan@puyan.org> | 2019-07-25 22:05:55 +0000 |
---|---|---|
committer | Puyan Lotfi <puyan@puyan.org> | 2019-07-25 22:05:55 +0000 |
commit | c07c83b16206b256c145c799b871d29e11db1622 (patch) | |
tree | ddd21b175fcf1fb4fd9b7f3abf3d0b071e7d5cec /llvm/lib/CodeGen/LocalStackSlotAllocation.cpp | |
parent | 329abf29399825ce84eba81c85bed85e17e7468a (diff) | |
download | llvm-c07c83b16206b256c145c799b871d29e11db1622.zip llvm-c07c83b16206b256c145c799b871d29e11db1622.tar.gz llvm-c07c83b16206b256c145c799b871d29e11db1622.tar.bz2 |
[NFC][clang] Refactor getCompilationPhases()+Types.def step 2.
- Removing a few of the entries in the Flags for the Types.def table.
- Removing redundant parts of getCompilationPhases().
Flags have been removed from Types.def:
a - The type should only be assembled: Now, check that Phases contains
phases::Assemble but not phases::Compile or phases::Backend.
p - The type should only be precompiled: Now, check that Phases contains
phases::Precompile but that Flags does not contain 'm'.
m - Precompiling this type produces a module file: Now, check that
isPrepeocessedModuleType.
Differential Revision: https://reviews.llvm.org/D65176
llvm-svn: 367063
Diffstat (limited to 'llvm/lib/CodeGen/LocalStackSlotAllocation.cpp')
0 files changed, 0 insertions, 0 deletions