浏览代码

Reverting back 62301.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62304 91177308-0d34-0410-b5e6-96231b3b80d8
Sanjiv Gupta 16 年之前
父节点
当前提交
a10f15949d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/llvm/CodeGen/AsmPrinter.h

+ 1 - 1
include/llvm/CodeGen/AsmPrinter.h

@@ -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);