mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +00:00
APFloat cleanup: Remove now unused fields "sign2" and "exponent2".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -455,13 +455,6 @@ namespace llvm {
|
||||
|
||||
/* The sign bit of this number. */
|
||||
unsigned int sign: 1;
|
||||
|
||||
/* For PPCDoubleDouble, we have a second exponent and sign (the second
|
||||
significand is appended to the first one, although it would be wrong to
|
||||
regard these as a single number for arithmetic purposes). These fields
|
||||
are not meaningful for any other type. */
|
||||
exponent_t exponent2 : 11;
|
||||
unsigned int sign2: 1;
|
||||
};
|
||||
} /* namespace llvm */
|
||||
|
||||
|
Reference in New Issue
Block a user