Reverting back 62301.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjiv Gupta 2009-01-16 05:06:35 +00:00
parent 65aae006bf
commit a10f15949d

View File

@ -317,7 +317,7 @@ namespace llvm {
/// 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);