[llvm-commits] [llvm] r62304 - /llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
Sanjiv Gupta
sanjiv.gupta at microchip.com
Thu Jan 15 21:06:37 PST 2009
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);
More information about the llvm-commits
mailing list