diff options
Diffstat (limited to 'tools/llvm-upgrade/UpgradeLexer.l.cvs')
-rw-r--r-- | tools/llvm-upgrade/UpgradeLexer.l.cvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-upgrade/UpgradeLexer.l.cvs b/tools/llvm-upgrade/UpgradeLexer.l.cvs index 867041da61..0e62e4c950 100644 --- a/tools/llvm-upgrade/UpgradeLexer.l.cvs +++ b/tools/llvm-upgrade/UpgradeLexer.l.cvs @@ -157,7 +157,7 @@ ulong { RET_TY(ULONG,ULongTy,"ulong",false); } float { RET_TY(FLOAT,FloatTy,"float",false); } double { RET_TY(DOUBLE,DoubleTy,"double",false); } label { RET_TY(LABEL,LabelTy,"label",false); } -opaque { RET_TY(OPAQUE,OpaqueTy,"opaque",false); } +opaque { RET_TOK(OPAQUE); } type { RET_TOK(TYPE); } add { RET_TOK( ADD); } |