1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix gcc -Wpedantic.

llvm-svn: 217669
This commit is contained in:
Patrik Hagglund 2014-09-12 12:32:08 +00:00
parent 6602036ef9
commit 469c227cfc

View File

@ -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) {