[llvm-commits] [llvm] r62304 - /llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
Chris Lattner
clattner at apple.com
Thu Jan 15 21:12:43 PST 2009
Thanks!
On Jan 15, 2009, at 9:06 PM, Sanjiv Gupta wrote:
> Author: sgupta
> Date: Thu Jan 15 23:06:35 2009
> New Revision: 62304
>
> URL: http://llvm.org/viewvc/llvm-project?rev=62304&view=rev
> Log:
> Reverting back 62301.
>
> Modified:
> llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
>
> Modified: llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/AsmPrinter.h?rev=62304&r1=62303&r2=62304&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/include/llvm/CodeGen/AsmPrinter.h (original)
> +++ llvm/trunk/include/llvm/CodeGen/AsmPrinter.h Thu Jan 15 23:06:35
> 2009
> @@ -317,7 +317,7 @@
>
> /// EmitConstantValueOnly - Print out the specified constant,
> without a
> /// storage class. Only constants of first-class type are
> allowed here.
> - virtual void EmitConstantValueOnly(const Constant *CV);
> + void EmitConstantValueOnly(const Constant *CV);
>
> /// EmitGlobalConstant - Print a general LLVM constant to the .s
> file.
> void EmitGlobalConstant(const Constant* CV);
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list