summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-upgrade/UpgradeParser.y.cvs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-02 06:34:08 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-02 06:34:08 +0000
commit03c80e72d19a77d37eb8a3e435fa9dae06eac61b (patch)
tree5e500681fbbb99587f58df0a0ecb76b4c56c5243 /llvm/tools/llvm-upgrade/UpgradeParser.y.cvs
parent77283c18a1de776323c39a01d28da661caf6841c (diff)
downloadbcm5719-llvm-03c80e72d19a77d37eb8a3e435fa9dae06eac61b.tar.gz
bcm5719-llvm-03c80e72d19a77d37eb8a3e435fa9dae06eac61b.zip
Regenerate.
llvm-svn: 32817
Diffstat (limited to 'llvm/tools/llvm-upgrade/UpgradeParser.y.cvs')
-rw-r--r--llvm/tools/llvm-upgrade/UpgradeParser.y.cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-upgrade/UpgradeParser.y.cvs b/llvm/tools/llvm-upgrade/UpgradeParser.y.cvs
index 12ad18223be..09642661fdb 100644
--- a/llvm/tools/llvm-upgrade/UpgradeParser.y.cvs
+++ b/llvm/tools/llvm-upgrade/UpgradeParser.y.cvs
@@ -708,7 +708,7 @@ ConstVal: Types '[' ConstVector ']' { // Nonempty unsized arr
*$$.cnst += " " + *$2;
delete $2;
}
- | UIntType EUINT64VAL { // integral constants
+ | UIntType EInt64Val { // integral constants
$$.type = $1;
$$.cnst = new std::string($1->getNewTy());
*$$.cnst += " " + *$2;
OpenPOWER on IntegriCloud