Guard private fields that are unused in Release builds with #ifndef NDEBUG.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 Jun 2012 21:48:13 +0000 (21:48 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 16 Jun 2012 21:48:13 +0000 (21:48 +0000)
commita9783663398baf1289683fc7326430b89963f38e
tree847760784435c4f8454fc1eba32b76dbcaffe398
parent2741d2cfdff89e45c6b98cd520d5cd3fe97829ad
Guard private fields that are unused in Release builds with #ifndef NDEBUG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158608 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LexicalScopes.h
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/RegAllocBasic.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp