llvm/lib/Transforms
Reid Spencer 4da0451821 Use isUnitValue() instead of getZExtValue() == 1 which will prevent an
assert if the ConstantInt's value is large.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34814 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-01 21:51:23 +00:00
..
Hello eliminate static ctor from example. 2006-12-19 22:24:09 +00:00
Instrumentation remove reoptimizer-specific passes 2007-02-20 05:31:49 +00:00
IPO Use APInt conversion to string so the result is correct regardless of the 2007-03-01 21:00:32 +00:00
Scalar Use isUnitValue() instead of getZExtValue() == 1 which will prevent an 2007-03-01 21:51:23 +00:00
Utils fix an obscure and tricky bug the inliner can hit sometimes. 2007-02-23 19:54:30 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00