[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)
commit15e9b33678bc112658d6d1e47ad7fc59884d1d8b
treedd3b794690d0168a240ff3ce689fac5123624a18
parente4c1ef55cec60327e8e81e4df1b69dc473016578
[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.

llvm-svn: 166440
llvm/lib/MC/MCParser/AsmParser.cpp