Drop the ConstantInt(const Type&, const APInt&) constructor. It is
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 19:30:34 +0000 (19:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Mar 2007 19:30:34 +0000 (19:30 +0000)
commit0050c737c549b89f5df6743dc81646a3b7f4a94f
treef5dab0bf1adfa7df84e7bd49040862a6f2c47fac
parent4e1e87f09ce284ef9e981d86a72fde2f99c70c10
Drop the ConstantInt(const Type&, const APInt&) constructor. It is
redundant and more verbose than the ConstantInt(const APInt&) constructor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34792 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/VMCore/Constants.cpp