OSDN Git Service

Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
authorNick Lewycky <nicholas@mxc.ca>
Fri, 10 Dec 2010 23:05:10 +0000 (23:05 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 10 Dec 2010 23:05:10 +0000 (23:05 +0000)
commit5a4308bca86728767ea5d9e5df8d8e3351e33c9a
tree4210f0bcccacf9568b2c8a77742ac9c428e5d535
parent63ee22065dc4e8af7f4bf99c25b82da132700267
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
lib/CodeGen/RegAllocGreedy.cpp:233: error: unused variable 'TRC' [-Wunused-variable]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121594 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocGreedy.cpp