Add missing .rep case in nestlevel checking for macro body parsing. llvm-svn: 337398
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