mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +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:
parent
330497fc95
commit
c0b80631b6
@ -236,7 +236,7 @@ public:
|
||||
|
||||
bool hasStandardEncoding() const { return !inMips16Mode(); }
|
||||
|
||||
bool useSoftFloat() const { return IsSoftFloat && !InMips16HardFloat; }
|
||||
bool useSoftFloat() const { return IsSoftFloat; }
|
||||
|
||||
bool enableLongBranchPass() const {
|
||||
return hasStandardEncoding() || allowMixed16_32();
|
||||
|
Loading…
x
Reference in New Issue
Block a user