From: Dan Gohman Date: Thu, 8 Jan 2009 23:51:48 +0000 (+0000) Subject: 61949 accidentally introduced an escaped newline. Fix this by making X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=24c047fa6b754df69f33295fd74fd408532d7beb;p=oota-llvm.git 61949 accidentally introduced an escaped newline. Fix this by making the comment a little more verbose. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61959 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AsmParser/LLToken.h b/lib/AsmParser/LLToken.h index 709f4697c67..75a483fce5c 100644 --- a/lib/AsmParser/LLToken.h +++ b/lib/AsmParser/LLToken.h @@ -28,7 +28,7 @@ namespace lltok { lbrace, rbrace, // { } less, greater, // < > lparen, rparen, // ( ) - backslash, // \ + backslash, // \ (not /) kw_x, kw_begin, kw_end,