1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/unittests/MI
Matthias Braun 13d789ce38 MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS
Change this pass constructor to just accept a const TargetMachine * and
use INITIALIZE_TM_PASS, that way we can get rid of the dummy
constructor. The pass will still fail when calling the default
constructor leading to TM == nullptr, this is no different than before
but is more in line what other codegen passes are doing and avoids the
dummy constructor.

llvm-svn: 279598
2016-08-24 00:42:05 +00:00
..
CMakeLists.txt MITests: Update libdeps. 2016-05-03 00:04:07 +00:00
LiveIntervalTest.cpp MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS 2016-08-24 00:42:05 +00:00