1 //===-- SerializeAPInt.cpp - Serialization for APFloat ---------*- C++ -*--===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file implements deserialization of APFloat.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/ADT/APFloat.h"
15 #include "llvm/Bitcode/Deserialize.h"
19 APFloat
APFloat::ReadVal(Deserializer
& D
) {