[llvm-commits] [llvm] r61949 - /llvm/trunk/lib/AsmParser/LLToken.h
Chris Lattner
clattner at apple.com
Thu Jan 8 14:49:14 PST 2009
On Jan 8, 2009, at 2:18 PM, Dan Gohman wrote:
> Author: djg
> Date: Thu Jan 8 16:18:13 2009
> New Revision: 61949
>
> URL: http://llvm.org/viewvc/llvm-project?rev=61949&view=rev
> Log:
> Fix the comment for lltok::backslash.
You just added an escaped newline to the file :) How about '\' instead?
-Chris
>
>
> Modified:
> llvm/trunk/lib/AsmParser/LLToken.h
>
> Modified: llvm/trunk/lib/AsmParser/LLToken.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/AsmParser/LLToken.h?rev=61949&r1=61948&r2=61949&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/lib/AsmParser/LLToken.h (original)
> +++ llvm/trunk/lib/AsmParser/LLToken.h Thu Jan 8 16:18:13 2009
> @@ -28,7 +28,7 @@
> lbrace, rbrace, // { }
> less, greater, // < >
> lparen, rparen, // ( )
> - backslash, // \ /
> + backslash, // \
>
> kw_x,
> kw_begin, kw_end,
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list