Pointer comparisons should be handled by icmp, not vicmp :)
authorNate Begeman <natebegeman@mac.com>
Mon, 12 May 2008 20:11:05 +0000 (20:11 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 12 May 2008 20:11:05 +0000 (20:11 +0000)
commitc83ad0d8e7c845c53874d150df2f0503cc77f6e6
tree5b6c5134dbdd5e7b973e35ce602c0ba43bc1f86a
parentf86f211ec2fef2231f4ac4e8e4f4c0d4cf0f58f5
Pointer comparisons should be handled by icmp, not vicmp :)

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