summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2014-09-25 18:59:22 +0000
committerTom Stellard <thomas.stellard@amd.com>2014-09-25 18:59:22 +0000
commit529efcf9d055bf78e678d4cbf6027f4737d4fd0d (patch)
tree7ac52ca328d247e4f2b7084f8151881cb5ad5431 /llvm/lib/Target/ARM/ARMISelLowering.cpp
parent7980fc856272f392bba56f0e09cec5475b8a5090 (diff)
downloadbcm5719-llvm-529efcf9d055bf78e678d4cbf6027f4737d4fd0d.tar.gz
bcm5719-llvm-529efcf9d055bf78e678d4cbf6027f4737d4fd0d.zip
SelectionDAG: Remove #if NDEBUG from check for a post-isel hook
The InstrEmitter will skip the check of MI.hasPostISelHook() before calling AdjustInstrPostInstrSelection() when NDEBUG is not defined. This was added in r140228, and I'm not sure if it is intentional or not, but it is a likely source for bugs, because it means with Release+Asserts builds you can forget to set the hasPostISelHook flag on TableGen definitions and AdjustInstrPostInstrSelection() will still be called. llvm-svn: 218458
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud