mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
InMips16HardFloat was only being set conditional on whether or
not IsSoftFloat was set so remove it from here simplifying the accessor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236795 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -236,7 +236,7 @@ public:
|
|||||||
|
|
||||||
bool hasStandardEncoding() const { return !inMips16Mode(); }
|
bool hasStandardEncoding() const { return !inMips16Mode(); }
|
||||||
|
|
||||||
bool useSoftFloat() const { return IsSoftFloat && !InMips16HardFloat; }
|
bool useSoftFloat() const { return IsSoftFloat; }
|
||||||
|
|
||||||
bool enableLongBranchPass() const {
|
bool enableLongBranchPass() const {
|
||||||
return hasStandardEncoding() || allowMixed16_32();
|
return hasStandardEncoding() || allowMixed16_32();
|
||||||
|
|||||||
Reference in New Issue
Block a user