llvm-svn: 21729
This commit is contained in:
Chris Lattner 2005-05-06 06:20:33 +00:00
parent 2c9a46e758
commit ca4d4bd2db
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ null { return NULL_TOK; }
to { return TO; }
except { RET_TOK(TermOpVal, Unwind, UNWIND); }
not { return NOT; } /* Deprecated, turned into XOR */
tail { return TAIL; }
target { return TARGET; }
triple { return TRIPLE; }
deplibs { return DEPLIBS; }