summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveInterval.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2013-09-06 16:44:29 +0000
committerMatthias Braun <matze@braunis.de>2013-09-06 16:44:29 +0000
commit90e0d3c03ad75fc7b09755120bda0c3a8fc1227f (patch)
tree740426263669a578a2975e90a7e13c24f05c6b95 /llvm/lib/CodeGen/LiveInterval.cpp
parentc0ad7bfa629ee144a6743bc30e18cc75b5423999 (diff)
downloadbcm5719-llvm-90e0d3c03ad75fc7b09755120bda0c3a8fc1227f.tar.gz
bcm5719-llvm-90e0d3c03ad75fc7b09755120bda0c3a8fc1227f.zip
remove unused argument from LiveRanges::join()
llvm-svn: 190169
Diffstat (limited to 'llvm/lib/CodeGen/LiveInterval.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveInterval.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveInterval.cpp b/llvm/lib/CodeGen/LiveInterval.cpp
index 3f88236a9ad..e067addc692 100644
--- a/llvm/lib/CodeGen/LiveInterval.cpp
+++ b/llvm/lib/CodeGen/LiveInterval.cpp
@@ -415,8 +415,7 @@ void LiveInterval::removeValNo(VNInfo *ValNo) {
void LiveInterval::join(LiveInterval &Other,
const int *LHSValNoAssignments,
const int *RHSValNoAssignments,
- SmallVectorImpl<VNInfo *> &NewVNInfo,
- MachineRegisterInfo *MRI) {
+ SmallVectorImpl<VNInfo *> &NewVNInfo) {
verify();
// Determine if any of our live range values are mapped. This is uncommon, so
OpenPOWER on IntegriCloud