[RuntimeDebugBuilder] Do not break for 64 bit integers
commitf3748256a42faf0878df0d06c4c9cf14c99801ff
authorTobias Grosser <tobias@grosser.es>
Thu, 19 Apr 2018 05:38:12 +0000 (19 05:38 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 19 Apr 2018 05:38:12 +0000 (19 05:38 +0000)
tree48538232c621b1e4340ab123bc57753564356b50
parente9d28c5a6d1a23f5e52b0b39c582ab32c26a0f44
[RuntimeDebugBuilder] Do not break for 64 bit integers

In r330292 this assert was turned incorrectly into an unreachable, but
the correct behavior (thanks Michael) is to assert for anything that is
not 64 bit, but falltrough for 64 bit. I document this in the source
code.

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