llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the input...
commit293309517044f5cec26fc54607c6e3029a1fff3f
authorDaniel Dunbar <daniel@zuster.org>
Sun, 23 May 2010 18:36:34 +0000 (23 18:36 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 23 May 2010 18:36:34 +0000 (23 18:36 +0000)
tree77070a5963754df34822ea9a1b0e3dafe3412009
parentd6347f1b665be97f30a471eebe151e67a62bf7d7
llvm-mc: Use AddBlankLine in asm parser. This makes transliteration match the input much more closely, and also makes the API calls from the AsmParser and CodeGen line up better.

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