Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifier
authorChris Lattner <sabre@nondot.org>
Thu, 25 Jan 2007 02:53:24 +0000 (02:53 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Jan 2007 02:53:24 +0000 (02:53 +0000)
commitb482872d1ddba736b25a94bb44591b2d5c05873f
tree072dc1cac12ab23e88885de57a405ba4cbcfc14f
parent78192b620450ce7897b68c48cd5d3f1a6defbb7b
Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86.  The %c modifier
says that no $ prefix should be emitted on X86.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33495 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ATTAsmPrinter.cpp