Here's a new one: GCC was complaining about an only-used-in-asserts
authorMatt Beaumont-Gay <matthewbg@google.com>
Mon, 30 Jan 2012 19:26:20 +0000 (19:26 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Mon, 30 Jan 2012 19:26:20 +0000 (19:26 +0000)
commitbaffe7a6f3c3f9588048db37a59b9b2f52ffe248
tree15caf2e8bfef8542b86f6f83da9ead894d0a0926
parent8cf27efe4000c194efec4004afa83d12031c6d55
Here's a new one: GCC was complaining about an only-used-in-asserts
*function*. Wrap the function in #ifndef NDEBUG.

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