diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-01-16 05:06:35 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-01-16 05:06:35 +0000 |
commit | a10f15949d6ca25eb67514cce69d42626efa6380 (patch) | |
tree | be2255025ac6a5beeb5394c544f728661a6dfeb2 | |
parent | 65aae006bf65751ef5616ad5903e526dec9ddeab (diff) |
Reverting back 62301.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62304 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index b50604bb12..cdc7951625 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/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); |