[LLVMdev] Fix assert text in Constants.cpp

Vladimir Merzliakov wanderer at rsu.ru
Wed Mar 9 00:56:31 PST 2005


I found copy-paste error in assert text:

  assert(Ty->isInteger() && Ty->isSigned() &&
         "Illegal type for unsigned integer constant!");

Patch attached.

Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Constants.cpp.patch
Type: application/octet-stream
Size: 426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050309/01b400a9/attachment.obj>


More information about the llvm-dev mailing list