diff options
author | David Greene <greened@obbligato.org> | 2007-08-01 03:59:32 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2007-08-01 03:59:32 +0000 |
commit | c8e65085722d73ea418475b4f60d516929a6b14f (patch) | |
tree | 5596c5cb8632714c684bada826683fc6b4d4e2d9 /llvm/lib/AsmParser/llvmAsmParser.h.cvs | |
parent | 17a5dfe6f7c93bcfe69cf8b6cfe4ae5fce39cd95 (diff) | |
download | bcm5719-llvm-c8e65085722d73ea418475b4f60d516929a6b14f.tar.gz bcm5719-llvm-c8e65085722d73ea418475b4f60d516929a6b14f.zip |
Update generated files.
llvm-svn: 40663
Diffstat (limited to 'llvm/lib/AsmParser/llvmAsmParser.h.cvs')
-rw-r--r-- | llvm/lib/AsmParser/llvmAsmParser.h.cvs | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/llvm/lib/AsmParser/llvmAsmParser.h.cvs b/llvm/lib/AsmParser/llvmAsmParser.h.cvs index 6e93e2b9f17..b7923591ab1 100644 --- a/llvm/lib/AsmParser/llvmAsmParser.h.cvs +++ b/llvm/lib/AsmParser/llvmAsmParser.h.cvs @@ -1,7 +1,7 @@ -/* A Bison parser, made by GNU Bison 2.1. */ +/* A Bison parser, made by GNU Bison 1.875c. */ /* Skeleton parser for Yacc-like parsing with Bison, - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. @@ -171,7 +171,6 @@ PROTECTED = 397 }; #endif -/* Tokens. */ #define ESINT64VAL 258 #define EUINT64VAL 259 #define ESAPINTVAL 260 @@ -317,7 +316,7 @@ #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) -#line 957 "/proj/llvm/head/llvm/lib/AsmParser/llvmAsmParser.y" +#line 957 "/users/dag/projects/cascade/llvm.modified/lib/AsmParser/llvmAsmParser.y" typedef union YYSTYPE { llvm::Module *ModuleVal; llvm::Function *FunctionVal; @@ -364,8 +363,8 @@ typedef union YYSTYPE { llvm::ICmpInst::Predicate IPredicate; llvm::FCmpInst::Predicate FPredicate; } YYSTYPE; -/* Line 1447 of yacc.c. */ -#line 369 "llvmAsmParser.tab.h" +/* Line 1268 of yacc.c. */ +#line 368 "llvmAsmParser.tab.h" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 |