Correctly extract the ValueType from a VTSDNode.
[oota-llvm.git] / lib / AsmParser / llvmAsmParser.h.cvs
index 322b4582662517458fa07f3776e4363f2aa80150..d6cf28d31e8a780f6df36a709cecf00afe1cabb7 100644 (file)
@@ -30,7 +30,7 @@ typedef union {
   uint64_t                          UInt64Val;
   int                               SIntVal;
   unsigned                          UIntVal;
-  double                            FPVal;
+  llvm::APFloat                    *FPVal;
   bool                              BoolVal;
 
   std::string                      *StrVal;   // This memory must be deleted