diff options
author | Tim Northover <tnorthover@apple.com> | 2016-10-14 22:18:18 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2016-10-14 22:18:18 +0000 |
commit | 69fa84a6e95f66719263342f308b1389eeb5275f (patch) | |
tree | 0dba5f567f988b9548645ba0fb6e3d386bf8eede /llvm/lib/CodeGen/GlobalISel/CMakeLists.txt | |
parent | dd5b2afdf60344e053bfb43a4cbaf4ea55e02ae5 (diff) | |
download | bcm5719-llvm-69fa84a6e95f66719263342f308b1389eeb5275f.tar.gz bcm5719-llvm-69fa84a6e95f66719263342f308b1389eeb5275f.zip |
GlobalISel: rename legalizer components to match others.
The previous names were both misleading (the MachineLegalizer actually
contained the info tables) and inconsistent with the selector & translator (in
having a "Machine") prefix. This should make everything sensible again.
The only functional change is the name of a couple of command-line options.
llvm-svn: 284287
Diffstat (limited to 'llvm/lib/CodeGen/GlobalISel/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/GlobalISel/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt index 87b47087db0..fe44b340843 100644 --- a/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt +++ b/llvm/lib/CodeGen/GlobalISel/CMakeLists.txt @@ -5,9 +5,9 @@ set(GLOBAL_ISEL_FILES InstructionSelect.cpp InstructionSelector.cpp MachineIRBuilder.cpp - MachineLegalizeHelper.cpp - MachineLegalizePass.cpp - MachineLegalizer.cpp + LegalizerHelper.cpp + Legalizer.cpp + LegalizerInfo.cpp RegBankSelect.cpp RegisterBank.cpp RegisterBankInfo.cpp |