Regenerate.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 6 Dec 2006 06:30:15 +0000 (06:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 6 Dec 2006 06:30:15 +0000 (06:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32269 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-upgrade/UpgradeParser.cpp
tools/llvm-upgrade/UpgradeParser.cpp.cvs
tools/llvm-upgrade/UpgradeParser.y.cvs

index a3739b98a828899a94d7699d7c25cfdaf7a49997..2364e50009daf59b7acc024aa2d748a2c3510489 100644 (file)
 #define YYERROR_VERBOSE 1
 #define YYINCLUDED_STDLIB_H
 #define YYDEBUG 1
-#define UPGRADE_SETCOND_OPS 1
+#define UPGRADE_SETCOND_OPS 0
 
 int yylex();                       // declaration" of xxx warnings.
 int yyparse();
index a3739b98a828899a94d7699d7c25cfdaf7a49997..2364e50009daf59b7acc024aa2d748a2c3510489 100644 (file)
 #define YYERROR_VERBOSE 1
 #define YYINCLUDED_STDLIB_H
 #define YYDEBUG 1
-#define UPGRADE_SETCOND_OPS 1
+#define UPGRADE_SETCOND_OPS 0
 
 int yylex();                       // declaration" of xxx warnings.
 int yyparse();
index e5757c42638489c65c383a8798be81e3247585e7..1b315acc22acd35f150253100641bb6626cf6e7e 100644 (file)
@@ -23,7 +23,7 @@
 #define YYERROR_VERBOSE 1
 #define YYINCLUDED_STDLIB_H
 #define YYDEBUG 1
-#define UPGRADE_SETCOND_OPS 1
+#define UPGRADE_SETCOND_OPS 0
 
 int yylex();                       // declaration" of xxx warnings.
 int yyparse();