diff options
Diffstat (limited to 'llvm/lib/MC/MCParser')
| -rw-r--r-- | llvm/lib/MC/MCParser/AsmParser.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCParser/AsmParser.cpp b/llvm/lib/MC/MCParser/AsmParser.cpp index 0a09aebbfec..ca338abed4e 100644 --- a/llvm/lib/MC/MCParser/AsmParser.cpp +++ b/llvm/lib/MC/MCParser/AsmParser.cpp @@ -3404,7 +3404,7 @@ bool AsmParser::ParseDirectiveIrpc(SMLoc DirectiveLoc) {  bool AsmParser::ParseDirectiveEndr(SMLoc DirectiveLoc) {    if (ActiveMacros.empty()) -    return TokError("unexpected '.endr' directive, no current .rept"); +    return TokError("unmatched '.endr' directive");    // The only .repl that should get here are the ones created by    // InstantiateMacroLikeBody.  | 

