Next PPC long double bits. First cut at constants.
[oota-llvm.git] / lib / AsmParser / Lexer.cpp.cvs
index 6e2819f3f55dc46e4d46df311d9959aedf2cf3e5..536d5696482bc0a1442d4bd0dc1bc1b60036b469 100644 (file)
@@ -2199,7 +2199,7 @@ YY_RULE_SETUP
 #line 488 "/Volumes/MacOS9/gcc/llvm/lib/AsmParser/Lexer.l"
 { uint64_t Pair[2];
                     HexToIntPair(yytext+3, Pair);
-                    llvmAsmlval.FPVal = new APFloat(APInt(128, 2, Pair));
+                    llvmAsmlval.FPVal = new APFloat(APInt(128, 2, Pair), true);
                     return FPVAL;
                 }
        YY_BREAK