Pointer comparisons should use icmp, not vicmp
authorNate Begeman <natebegeman@mac.com>
Mon, 12 May 2008 20:16:55 +0000 (20:16 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 12 May 2008 20:16:55 +0000 (20:16 +0000)
commit51d2ed179b34646f3e02da59fe100dd595c365b3
tree0227186f8ef9904ffa6355dff268d6c2f5d79feb
parenta472c4a2800122429c435a5b5bbdfb12e5496891
Pointer comparisons should use icmp, not vicmp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50996 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp