summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-04-18 02:30:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-04-18 02:30:19 +0000
commitfaf05bbaea5893488dac4eee58700912ddfe28cc (patch)
tree5c8a3a72a1a920b4428204244126b22efbfd8b0f /include/llvm/CodeGen/LiveIntervalAnalysis.h
parent5a713cc72fd56c81e4cccc582f5eb0c731ad7c9f (diff)
downloadllvm-faf05bbaea5893488dac4eee58700912ddfe28cc.tar.gz
llvm-faf05bbaea5893488dac4eee58700912ddfe28cc.tar.bz2
llvm-faf05bbaea5893488dac4eee58700912ddfe28cc.tar.xz
Don't populate TryAgainList when coalescing only physical registers with virtual registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36240 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index a793e151d3..29d053910a 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -205,7 +205,7 @@ namespace llvm {
/// CopyCoallesceInMBB - Coallsece copies in the specified MBB, putting
/// copies that cannot yet be coallesced into the "TryAgain" list.
void CopyCoallesceInMBB(MachineBasicBlock *MBB,
- std::vector<CopyRec> &TryAgain, bool PhysOnly = false);
+ std::vector<CopyRec> *TryAgain, bool PhysOnly = false);
/// JoinCopy - Attempt to join intervals corresponding to SrcReg/DstReg,
/// which are the src/dst of the copy instruction CopyMI. This returns true