[ms-inline asm] Don't rewrite out parts of an inline-asm skipped by .if 0 and friends.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 22 Oct 2012 20:50:25 +0000 (20:50 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 22 Oct 2012 20:50:25 +0000 (20:50 +0000)
commit8ee16c7b661ce0b1c1d33db07b57ad2c88b5a8b2
treeb95fb31b54de4fdd2efbf5d74b823d47961976f1
parenta703fb9e5e86ed29f7334736f7c085ec81a2006f
[ms-inline asm] Don't rewrite out parts of an inline-asm skipped by .if 0 and friends.
It's unnecessary and makes the generated assembly less faithful to the original source.

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