commit | 26909d8c617b02760cee4d5790c24ebd9fb286c2 | [log] [tgz] |
---|---|---|
author | Matt Beaumont-Gay <matthewbg@google.com> | Sat Jul 16 04:18:47 2011 +0000 |
committer | Matt Beaumont-Gay <matthewbg@google.com> | Sat Jul 16 04:18:47 2011 +0000 |
tree | 0980dd32b9c85a93e33e1db0f0d542661936942a | |
parent | 4df8ddfc97b7a47fbe123d4a4225dd0ec9ce0303 [diff] [blame] |
Silence unused variable warning llvm-svn: 135339
diff --git a/llvm/lib/CodeGen/SplitKit.cpp b/llvm/lib/CodeGen/SplitKit.cpp index b0806a5..761cab7 100644 --- a/llvm/lib/CodeGen/SplitKit.cpp +++ b/llvm/lib/CodeGen/SplitKit.cpp
@@ -1292,6 +1292,7 @@ // 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) {