mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Remove dead debug option -disable-rematerialization.
Remat has been stable for years, and it isn't done by LiveIntervalAnalysis any longer. (See LiveRangeEdit). llvm-svn: 158079
This commit is contained in:
parent
b2adcad612
commit
cf188ced7f
@ -40,10 +40,6 @@
|
||||
#include <cmath>
|
||||
using namespace llvm;
|
||||
|
||||
// Hidden options for help debugging.
|
||||
static cl::opt<bool> DisableReMat("disable-rematerialization",
|
||||
cl::init(false), cl::Hidden);
|
||||
|
||||
// Temporary option to enable regunit liveness.
|
||||
static cl::opt<bool> LiveRegUnits("live-regunits", cl::Hidden);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user