wire up support for emitting "special" values from inline asm
authorChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 05:37:13 +0000 (05:37 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 05:37:13 +0000 (05:37 +0000)
commit3e0cc2634e861b789850b5103efcc8898bf14c4c
tree5d4dcd2ddb50be27f0f0391c58808c9213921dd6
parent3328adda6b9386c4442b5ec71eeaaf41e8df58b5
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
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/CodeGen/Generic/inline-asm-special-strings.ll [new file with mode: 0644]