Unbreak the build. Fallout from r170019.

llvm-svn: 170033
This commit is contained in:
David Blaikie 2012-12-12 22:14:32 +00:00
parent 323bcb9eb9
commit b088ff6617
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ namespace yaml {
}
static StringRef input(StringRef scalar, void *, MyNumber &value) {
int64_t n;
long long n;
if ( getAsSignedInteger(scalar, 0, n) )
return "invalid number";
value = n;