Hard code CmpInst back to i1 for now while I go track down what in the bitcode reader...
authorNate Begeman <natebegeman@mac.com>
Mon, 12 May 2008 20:01:56 +0000 (20:01 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 12 May 2008 20:01:56 +0000 (20:01 +0000)
commit18e4e8500f2913b8db629d9c28353023735af732
tree45da6f193db2857b02eb7a9c5cf8e4415f0f7efa
parentad4196b44ae714a6b95e238d9d96303df74b0429
Hard code CmpInst back to i1 for now while I go track down what in the bitcode reader/writer is assuming i1
This was breaking a bunch of tests

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