[llvm-commits] CVS: llvm/include/llvm/Constants.h
Jim Laskey
jlaskey at apple.com
Mon Dec 18 06:08:07 PST 2006
Did I miss a patch for llvm-gcc?
Cheers,
-- Jim
On 18-Dec-06, at 4:19 AM, Reid Spencer wrote:
>
>
> Changes in directory llvm/include/llvm:
>
> Constants.h updated: 1.108 -> 1.109
> ---
> Log message:
>
> Remove the two-argument (inferred cast) form of
> ConstantExpr::getCast now
> that its last uses have been removed.
>
>
> ---
> Diffs of the changes: (+0 -2)
>
> Constants.h | 2 --
> 1 files changed, 2 deletions(-)
>
>
> Index: llvm/include/llvm/Constants.h
> diff -u llvm/include/llvm/Constants.h:1.108 llvm/include/llvm/
> Constants.h:1.109
> --- llvm/include/llvm/Constants.h:1.108 Sun Dec 17 00:07:30 2006
> +++ llvm/include/llvm/Constants.h Mon Dec 18 02:18:46 2006
> @@ -572,8 +572,6 @@
> const Type *Ty ///< The integer type to cast to
> );
>
> - static Constant *getCast(Constant *C, const Type *Ty);
> -
> /// @brief Return true if this is a convert constant expression
> bool isCast() const;
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20061218/10f25767/attachment.bin>
More information about the llvm-commits
mailing list