projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
948d9e7
)
Correct small comment order typo.
author
Francois Pichet
<pichet2000@gmail.com>
Mon, 14 Mar 2011 02:30:32 +0000
(
02:30
+0000)
committer
Francois Pichet
<pichet2000@gmail.com>
Mon, 14 Mar 2011 02:30:32 +0000
(
02:30
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127575
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/TGLexer.h
patch
|
blob
|
history
diff --git
a/utils/TableGen/TGLexer.h
b/utils/TableGen/TGLexer.h
index 55a6c5d9b52e72b96620d2286aeb7477c323d897..8859479874020dfa75c1a1695150ddeb9caa8023 100644
(file)
--- a/
utils/TableGen/TGLexer.h
+++ b/
utils/TableGen/TGLexer.h
@@
-36,7
+36,7
@@
namespace tgtok {
l_brace, r_brace, // { }
l_paren, r_paren, // ( )
less, greater, // < >
- colon, semi, //
; :
+ colon, semi, //
: ;
comma, period, // , .
equal, question, // = ?