IAS: support .rep as an alias for .rept
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 28 Dec 2013 05:54:33 +0000 (05:54 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 28 Dec 2013 05:54:33 +0000 (05:54 +0000)
commitd743d0ab8c52c28331473486c929839d0607eb40
treef33b855c043c7fbbf9648ec38e224b59877fef9a
parent9914a02114c6008104b4749dbfe52eb4c558d5a1
IAS: support .rep as an alias for .rept

The GNU assembler supports .rep as an alias for .rept.  This simply creates the
alias for it and introduces a test for both .rept and .rep.

llvm-svn: 198097
llvm/lib/MC/MCParser/AsmParser.cpp
llvm/test/MC/AsmParser/directive_rept.s [new file with mode: 0644]