regenerate

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-11-12 00:11:49 +00:00
parent b7d08a50f5
commit e869eef7d3
3 changed files with 1454 additions and 1384 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -68,67 +68,68 @@ typedef union {
#define DECLARE 285 #define DECLARE 285
#define GLOBAL 286 #define GLOBAL 286
#define CONSTANT 287 #define CONSTANT 287
#define VOLATILE 288 #define SECTION 288
#define TO 289 #define VOLATILE 289
#define DOTDOTDOT 290 #define TO 290
#define NULL_TOK 291 #define DOTDOTDOT 291
#define UNDEF 292 #define NULL_TOK 292
#define CONST 293 #define UNDEF 293
#define INTERNAL 294 #define CONST 294
#define LINKONCE 295 #define INTERNAL 295
#define WEAK 296 #define LINKONCE 296
#define APPENDING 297 #define WEAK 297
#define OPAQUE 298 #define APPENDING 298
#define NOT 299 #define OPAQUE 299
#define EXTERNAL 300 #define NOT 300
#define TARGET 301 #define EXTERNAL 301
#define TRIPLE 302 #define TARGET 302
#define ENDIAN 303 #define TRIPLE 303
#define POINTERSIZE 304 #define ENDIAN 304
#define LITTLE 305 #define POINTERSIZE 305
#define BIG 306 #define LITTLE 306
#define ALIGN 307 #define BIG 307
#define DEPLIBS 308 #define ALIGN 308
#define CALL 309 #define DEPLIBS 309
#define TAIL 310 #define CALL 310
#define CC_TOK 311 #define TAIL 311
#define CCC_TOK 312 #define CC_TOK 312
#define FASTCC_TOK 313 #define CCC_TOK 313
#define COLDCC_TOK 314 #define FASTCC_TOK 314
#define RET 315 #define COLDCC_TOK 315
#define BR 316 #define RET 316
#define SWITCH 317 #define BR 317
#define INVOKE 318 #define SWITCH 318
#define UNWIND 319 #define INVOKE 319
#define UNREACHABLE 320 #define UNWIND 320
#define ADD 321 #define UNREACHABLE 321
#define SUB 322 #define ADD 322
#define MUL 323 #define SUB 323
#define DIV 324 #define MUL 324
#define REM 325 #define DIV 325
#define AND 326 #define REM 326
#define OR 327 #define AND 327
#define XOR 328 #define OR 328
#define SETLE 329 #define XOR 329
#define SETGE 330 #define SETLE 330
#define SETLT 331 #define SETGE 331
#define SETGT 332 #define SETLT 332
#define SETEQ 333 #define SETGT 333
#define SETNE 334 #define SETEQ 334
#define MALLOC 335 #define SETNE 335
#define ALLOCA 336 #define MALLOC 336
#define FREE 337 #define ALLOCA 337
#define LOAD 338 #define FREE 338
#define STORE 339 #define LOAD 339
#define GETELEMENTPTR 340 #define STORE 340
#define PHI_TOK 341 #define GETELEMENTPTR 341
#define CAST 342 #define PHI_TOK 342
#define SELECT 343 #define CAST 343
#define SHL 344 #define SELECT 344
#define SHR 345 #define SHL 345
#define VAARG 346 #define SHR 346
#define VAARG_old 347 #define VAARG 347
#define VANEXT_old 348 #define VAARG_old 348
#define VANEXT_old 349
extern YYSTYPE llvmAsmlval; extern YYSTYPE llvmAsmlval;