mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
Silence unused variable warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7105259ce8
commit
f9d7fb6b3c
@ -1292,6 +1292,7 @@ void SplitEditor::splitRegInBlock(const SplitAnalysis::BlockInfo &BI,
|
||||
// means we need to create a local interval that can be allocated a
|
||||
// different register.
|
||||
unsigned LocalIntv = openIntv();
|
||||
(void)LocalIntv;
|
||||
DEBUG(dbgs() << ", creating local interval " << LocalIntv << ".\n");
|
||||
|
||||
if (!BI.LiveOut || BI.LastUse < LSP) {
|
||||
|
Loading…
Reference in New Issue
Block a user