From 24c047fa6b754df69f33295fd74fd408532d7beb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 8 Jan 2009 23:51:48 +0000 Subject: [PATCH] 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 --- lib/AsmParser/LLToken.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1