llvm-6502/unittests/VMCore
Chris Lattner f3b0aac190 "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1,
true), and casts make me nervous and are verbose anyway, so here's a
ConstantInt::getSigned(Ty, int64_t) method. Just overloading
ConstantInt::get() to take an int64_t too would cause ambiguous
overload errors."

Patch by Jeffrey Yasskin!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69958 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-24 05:30:14 +00:00
..
ConstantsTest.cpp "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, 2009-04-24 05:30:14 +00:00
Makefile Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
MetadataTest.cpp Fix pointer casting problem. 2009-04-09 03:10:03 +00:00