[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)
commit8fb83300692540d548fb05e716700392b1d819cd
tree1c7f282e4ecfd71a1c57e70655580170939e2b5c
parent6bda0db299546495492e5d4aa1e49bd09caa84bb
[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

llvm-svn: 179323
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp