aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-10 05:37:13 +0000
committerChris Lattner <sabre@nondot.org>2009-03-10 05:37:13 +0000
commit3e0cc2634e861b789850b5103efcc8898bf14c4c (patch)
tree5d4dcd2ddb50be27f0f0391c58808c9213921dd6 /include
parent3328adda6b9386c4442b5ec71eeaaf41e8df58b5 (diff)
downloadexternal_llvm-3e0cc2634e861b789850b5103efcc8898bf14c4c.zip
external_llvm-3e0cc2634e861b789850b5103efcc8898bf14c4c.tar.gz
external_llvm-3e0cc2634e861b789850b5103efcc8898bf14c4c.tar.bz2
wire up support for emitting "special" values from inline asm
format strings with the standard ${:foo} syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66527 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index c619655..c0ef133 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -176,7 +176,7 @@ namespace llvm {
/// or other bits of target-specific knowledge into the asmstrings. The
/// syntax used is ${:comment}. Targets can override this to add support
/// for their own strange codes.
- virtual void PrintSpecial(const MachineInstr *MI, const char *Code);
+ virtual void PrintSpecial(const MachineInstr *MI, const char *Code) const;
/// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
/// instruction, using the specified assembler variant. Targets should