mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Fix "warning: extra ';' inside a struct or union" when building llvm with clang
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5fe03c023c
commit
eae216c6d3
@ -130,8 +130,8 @@ protected:
|
||||
bool hasNEON() const { return ARMFPUType >= NEON; }
|
||||
bool useNEONForSinglePrecisionFP() const {
|
||||
return hasNEON() && UseNEONForSinglePrecisionFP; }
|
||||
bool hasDivide() const { return HasHardwareDivide; };
|
||||
bool hasT2ExtractPack() const { return HasT2ExtractPack; };
|
||||
bool hasDivide() const { return HasHardwareDivide; }
|
||||
bool hasT2ExtractPack() const { return HasT2ExtractPack; }
|
||||
bool useVMLx() const {return hasVFP2() && !SlowVMLx; }
|
||||
|
||||
bool hasFP16() const { return HasFP16; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user