Remove mid-optimizer warning. This situation should be handled differently,
authorNick Lewycky <nicholas@mxc.ca>
Wed, 26 Dec 2012 22:00:35 +0000 (22:00 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 26 Dec 2012 22:00:35 +0000 (22:00 +0000)
commit1dec62ed43fef82b1cafbcc1fc3d63cacd90cad9
tree0395b3bbea67eb53a1b8a99ab4c0913ab9957524
parent37cb8398c8d5043f395a6c76d7591301b2efe196
Remove mid-optimizer warning. This situation should be handled differently,
such as by a compiler warning, a check in clang -fsanitizer=undefined, being
optimized to unreachable, or a combination of the above. PR14722.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171119 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCalls.cpp