aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2016-10-25 19:55:59 +0000
committerTim Shen <timshen91@gmail.com>2016-10-25 19:55:59 +0000
commit85de51db8504dbfa1eee3b7763742b4fc33dd869 (patch)
tree7429cd9debeb2e1f9de4f093887058870e19c43a /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
parenteb97e3554c695e3d0005ab1d360c99a77af5aaf4 (diff)
downloadllvm-85de51db8504dbfa1eee3b7763742b4fc33dd869.zip
llvm-85de51db8504dbfa1eee3b7763742b4fc33dd869.tar.gz
llvm-85de51db8504dbfa1eee3b7763742b4fc33dd869.tar.bz2
[APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.
Summary: The intention is to make APFloat an interface class, so that later I can add a second implementation class DoubleAPFloat to correctly implement PPCDoubleDouble semantic. The interface of IEEEFloat is not public, and can be simplified (currently it's exactly the same as the old APFloat), but that belongs to a separate patch. DoubleAPFloat should look like: class DoubleAPFloat { const fltSemantics *Semantics; std::unique_ptr<APFloat> APFloats; // Two heap-allocated APFloats. }; There is no functional change, nor public interface change. Reviewers: hfinkel, chandlerc, iteratee, echristo, kbarton Subscribers: llvm-commits, mehdi_amini Differential Revision: https://reviews.llvm.org/D25536 llvm-svn: 285105
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions