[Type] Avoid APFloat.h include (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 9 Oct 2021 09:28:11 +0000 (11:28 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 9 Oct 2021 09:29:26 +0000 (11:29 +0200)
commita94002cd6408034b55a027135d705cc1487b25ae
treed072351aa0cc316ebb886967d263c832642114c6
parent55b9146848c4460beb77ee2928c4a049ab6034c2
[Type] Avoid APFloat.h include (NFC)

This is only used by a handful of methods working on fltSemantics,
and having these defined inline in the header does not look
particularly important.
llvm/include/llvm/CodeGen/GlobalISel/Utils.h
llvm/include/llvm/IR/DataLayout.h
llvm/include/llvm/IR/Function.h
llvm/include/llvm/IR/Type.h
llvm/lib/IR/Type.cpp
llvm/lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp