mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
Remove dead debug option -disable-rematerialization.
Remat has been stable for years, and it isn't done by LiveIntervalAnalysis any longer. (See LiveRangeEdit). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user