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
..
2009-04-24 03:42:54 +00:00
2009-04-13 04:26:27 +00:00
2009-04-09 00:33:08 +00:00
2009-04-24 03:42:54 +00:00
2009-02-14 08:41:25 +00:00
2009-02-09 17:11:05 +00:00
2009-04-01 21:27:08 +00:00
2009-04-01 16:13:29 +00:00
2009-03-19 23:26:52 +00:00