Fix assert text in Constants.cpp

I found copy-paste error in assert text:

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

Patch attached.

Vladimir

Constants.cpp.patch (426 Bytes)

Patch committed. Thanks Vladimir.

Reid.