Move Spiller.h from lib/ directory path to include/CodeGen. NFC
authorMarcello Maggioni <hayarms@gmail.com>
Sun, 8 Mar 2020 16:36:29 +0000 (09:36 -0700)
committerMarcello Maggioni <hayarms@gmail.com>
Mon, 9 Mar 2020 17:52:28 +0000 (10:52 -0700)
commite5205074df0e9304e564316be7494c3572aaedb6
tree588018fe7d04ab5af258b464d4dcbb363fdc7446
parentc3ca6876ed0cf833dfde681e18c37ed288bb554c
Move Spiller.h from lib/ directory path to include/CodeGen. NFC

This allows Spiller.h to be used and included outside of
the lib/CodeGen directory. For example to be used in the
lib/Target directory or other places.
llvm/include/llvm/CodeGen/Spiller.h [moved from llvm/lib/CodeGen/Spiller.h with 100% similarity]
llvm/lib/CodeGen/InlineSpiller.cpp
llvm/lib/CodeGen/RegAllocBase.cpp
llvm/lib/CodeGen/RegAllocBasic.cpp
llvm/lib/CodeGen/RegAllocGreedy.cpp
llvm/lib/CodeGen/RegAllocPBQP.cpp