[ms-inline asm] Avoid emitting a redundant sizing directive, if we've already
authorChad Rosier <mcrosier@apple.com>
Mon, 18 Mar 2013 23:31:24 +0000 (23:31 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 18 Mar 2013 23:31:24 +0000 (23:31 +0000)
commitee29c16890ab0d7e6b96dc99b2c56ce5a62853b7
tree3ed83e7659d27af72008984e42376df47924ed30
parent242cec5be3b3a715de0535d1a074bb4dff94772f
[ms-inline asm] Avoid emitting a redundant sizing directive, if we've already
parsed one.  Test case coming shortly.
rdar://13446980

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