[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 04:06:23 +0000 (04:06 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 04:06:23 +0000 (04:06 +0000)
commitdb045ab1532469551a56e5811e684920a6f7a10c
treec0d38d33f084e71025ecd1c7990e84fb14486ce4
parentcbfa1ca993363ca5c4dbf6c913abc957c584cbac
[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.

exponent_t is only used internally in APFloat and no exponent_t values are
exposed via the APFloat API. In light of such conditions it does not make any
sense to gum up the llvm namespace with said type. Plus it makes it clearer that
exponent_t is associated with APFloat.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184686 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/Support/APFloat.cpp