Use $( $| $) to represent alternatives in asm blocks instead of {|}. This
authorChris Lattner <sabre@nondot.org>
Tue, 3 Oct 2006 23:27:09 +0000 (23:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Oct 2006 23:27:09 +0000 (23:27 +0000)
commitfaf1daeb92bf4db4a6a68d296e24a6e2a4768022
tree6501da787950031a3b69848b9a6f79ffe39fc3cd
parentbf497a3a68b18472d8ad755bf483588b0caaa8cb
Use $( $| $) to represent alternatives in asm blocks instead of {|}.  This
is needed to support targets where {|} aren't special symbols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30712 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp