1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Passes
Arthur Eubanks 7de3fd6948 Reland [NFC] Derive from PassInfoMixin for no-op/printing passes
PassInfoMixin should be used for all NPM passes, rater than a custom
`name()`.

This caused ambiguous references in LegacyPassManager.cpp, so had to
remove "using namespace llvm::legacy" and move some things around.

Reviewed By: ychen, asbirlea

Differential Revision: https://reviews.llvm.org/D83498
2020-07-10 12:51:28 -07:00
..
CMakeLists.txt
LLVMBuild.txt Remove Passes dependency on CodeGen 2020-06-24 14:52:46 -07:00
PassBuilder.cpp Reland [NFC] Derive from PassInfoMixin for no-op/printing passes 2020-07-10 12:51:28 -07:00
PassPlugin.cpp
PassRegistry.def [NewPM] Add PredicateInfoPrinterPass to PassRegistry.def 2020-07-08 09:32:46 -07:00
StandardInstrumentations.cpp