summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.h
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-05-26 01:29:32 +0000
committerMatthias Braun <matze@braunis.de>2017-05-26 01:29:32 +0000
commitf56a6d84b6b7c3432db6c2ed7280d3dbe3cb4f3d (patch)
treec32e2e0d401b5aebae863d6e79a758d531d4f280 /llvm/lib/CodeGen/BranchFolding.h
parent9e6826de773f7dbd16f068d884342acbbeade3cd (diff)
downloadbcm5719-llvm-f56a6d84b6b7c3432db6c2ed7280d3dbe3cb4f3d.tar.gz
bcm5719-llvm-f56a6d84b6b7c3432db6c2ed7280d3dbe3cb4f3d.zip
Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI"
Tentatively revert, suspecting that it caused breakage in stage2 buildbots. This reverts commit r303949. This reverts commit r303937. llvm-svn: 303955
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.h')
-rw-r--r--llvm/lib/CodeGen/BranchFolding.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/BranchFolding.h b/llvm/lib/CodeGen/BranchFolding.h
index 92681137e4c..4852721eea1 100644
--- a/llvm/lib/CodeGen/BranchFolding.h
+++ b/llvm/lib/CodeGen/BranchFolding.h
@@ -108,7 +108,6 @@ namespace llvm {
bool UpdateLiveIns;
unsigned MinCommonTailLength;
const TargetInstrInfo *TII;
- const MachineRegisterInfo *MRI;
const TargetRegisterInfo *TRI;
MachineModuleInfo *MMI;
MachineLoopInfo *MLI;
OpenPOWER on IntegriCloud