[ms-inline asm] Remove brackets from around a symbol reference in the target
authorChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 21:49:30 +0000 (21:49 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 21:49:30 +0000 (21:49 +0000)
commitf06cc981495991d2095ed4066f0eb9c0241c0a61
tree1acfdbe8b25f0041db36a81bffc4d240dd0a0164
parent38dd366b307f45815cf03994242555376fa5b50c
[ms-inline asm] Remove brackets from around a symbol reference in the target
specific logic.  This makes the code much less fragile.  Test case coming on the
clang side in a moment.
rdar://13634327

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179323 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp