mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
Fix gcc -Wpedantic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6354451c6a
commit
4a93e8dd02
@ -41,7 +41,7 @@ bool isFPReg(unsigned reg) {
|
||||
return AArch64::FPR32RegClass.contains(reg) ||
|
||||
AArch64::FPR64RegClass.contains(reg) ||
|
||||
AArch64::FPR128RegClass.contains(reg);
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
bool isOdd(unsigned reg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user