aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/Lexer.cpp.cvs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-09 21:19:09 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-09 21:19:09 +0000
commitafc378201d0502a008332d2e009c81fc2692987e (patch)
treec6fc7b4b5c9e7bfce18b55ef9504a7e53e2f9172 /lib/AsmParser/Lexer.cpp.cvs
parent1a9da0d66cbb7742e60ed957a7670a6547911de1 (diff)
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35050 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/Lexer.cpp.cvs')
-rw-r--r--lib/AsmParser/Lexer.cpp.cvs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/Lexer.cpp.cvs b/lib/AsmParser/Lexer.cpp.cvs
index 030658f8f0..99581eda72 100644
--- a/lib/AsmParser/Lexer.cpp.cvs
+++ b/lib/AsmParser/Lexer.cpp.cvs
@@ -1940,7 +1940,7 @@ case 126:
YY_RULE_SETUP
#line 379 "/proj/llvm/llvm-1/lib/AsmParser/Lexer.l"
{ int len = strlen(yytext);
- uint32_t numBits = (((len-1) * 64) / 19) + 1;
+ uint32_t numBits = (((len-1) * 64) / 19) + 2;
APInt Tmp(numBits, yytext, len, 10);
uint32_t minBits = Tmp.getMinSignedBits();
if (minBits > 0 && minBits < numBits)