Represent .rept as an anonymous macro. This removes the need for the ActiveRept
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 3 Jun 2012 23:57:14 +0000 (23:57 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 3 Jun 2012 23:57:14 +0000 (23:57 +0000)
commit761cb0675676f894afa675148bd4e86dcfabd27f
treeaea754465b66df8ee12f365d0ed58211a199072b
parent28c1f666bf740a8031b46f17896dcb6579c3f181
Represent .rept as an anonymous macro. This removes the need for the ActiveRept
vector. No functionality change.
Extracted from a patch by the PaX Team.

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