Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 12 May 2012 16:31:10 +0000 (16:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 12 May 2012 16:31:10 +0000 (16:31 +0000)
commit2ec304c0bf308c5c304412c56ca8f6d69c0b94fc
treeda83d35577cc44cb16b6730d9831dbd9be9d21b7
parent6a80f9da8c2cb2cbf931ec8cf2a72b5f288c1bc6
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
for nesting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156714 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
test/MC/AsmParser/macro-rept-err1.s [new file with mode: 0644]
test/MC/AsmParser/macro-rept-err2.s [new file with mode: 0644]
test/MC/AsmParser/macro-rept.s [new file with mode: 0644]