summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocPBQP.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-08-19 20:14:27 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-08-19 20:14:27 +0000
commit3f73184d90ce1736fe0755f5dd47b69ef27ddd07 (patch)
treeb69243c674ce9a57ea3c764bd10036a90861e341 /llvm/lib/CodeGen/RegAllocPBQP.cpp
parentb527f4498adc1116fb1b38c692703a216afd6299 (diff)
downloadbcm5719-llvm-3f73184d90ce1736fe0755f5dd47b69ef27ddd07.tar.gz
bcm5719-llvm-3f73184d90ce1736fe0755f5dd47b69ef27ddd07.zip
This is not actually unreachable, so don't use llvm_unreachable for it. Since
the intent seems to be to terminate even in Release builds, just use abort() directly. If program flow ever reaches a __builtin_unreachable (which llvm_unreachable is #define'd to on newer GCCs) then the program is undefined. llvm-svn: 138068
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocPBQP.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud