mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
[StackMaps] Enable patchpoint liveness analysis per default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -30,10 +30,6 @@
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
namespace llvm {
|
||||
extern cl::opt<bool> EnablePatchPointLiveness;
|
||||
}
|
||||
|
||||
static cl::opt<bool> DisablePostRA("disable-post-ra", cl::Hidden,
|
||||
cl::desc("Disable Post Regalloc"));
|
||||
static cl::opt<bool> DisableBranchFold("disable-branch-fold", cl::Hidden,
|
||||
@@ -565,8 +561,7 @@ void TargetPassConfig::addMachinePasses() {
|
||||
if (addPreEmitPass())
|
||||
printAndVerify("After PreEmit passes");
|
||||
|
||||
if (EnablePatchPointLiveness)
|
||||
addPass(&StackMapLivenessID);
|
||||
addPass(&StackMapLivenessID);
|
||||
}
|
||||
|
||||
/// Add passes that optimize machine instructions in SSA form.
|
||||
|
||||
Reference in New Issue
Block a user