summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SplitKit.cpp
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2011-07-16 04:18:47 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2011-07-16 04:18:47 +0000
commit26909d8c617b02760cee4d5790c24ebd9fb286c2 (patch)
tree0980dd32b9c85a93e33e1db0f0d542661936942a /llvm/lib/CodeGen/SplitKit.cpp
parent4df8ddfc97b7a47fbe123d4a4225dd0ec9ce0303 (diff)
downloadbcm5719-llvm-26909d8c617b02760cee4d5790c24ebd9fb286c2.tar.gz
bcm5719-llvm-26909d8c617b02760cee4d5790c24ebd9fb286c2.zip
Silence unused variable warning
llvm-svn: 135339
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
-rw-r--r--llvm/lib/CodeGen/SplitKit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.cpp b/llvm/lib/CodeGen/SplitKit.cpp
index b0806a573fc..761cab7ce85 100644
--- a/llvm/lib/CodeGen/SplitKit.cpp
+++ b/llvm/lib/CodeGen/SplitKit.cpp
@@ -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) {
OpenPOWER on IntegriCloud