forked from OSchip/llvm-project
[LoongArch] clang-format some code in LoongArchISelLowering.cpp. NFC
This commit is contained in:
parent
229e08ce99
commit
45963ae06d
|
@ -65,9 +65,9 @@ const char *LoongArchTargetLowering::getTargetNodeName(unsigned Opcode) const {
|
|||
//===----------------------------------------------------------------------===//
|
||||
// FIXME: Now, we only support CallingConv::C with fixed arguments which are
|
||||
// passed with integer registers.
|
||||
const MCPhysReg ArgGPRs[] = {
|
||||
LoongArch::R4, LoongArch::R5, LoongArch::R6, LoongArch::R7,
|
||||
LoongArch::R8, LoongArch::R9, LoongArch::R10, LoongArch::R11};
|
||||
const MCPhysReg ArgGPRs[] = {LoongArch::R4, LoongArch::R5, LoongArch::R6,
|
||||
LoongArch::R7, LoongArch::R8, LoongArch::R9,
|
||||
LoongArch::R10, LoongArch::R11};
|
||||
|
||||
// Implements the LoongArch calling convention. Returns true upon failure.
|
||||
static bool CC_LoongArch(unsigned ValNo, MVT ValVT,
|
||||
|
|
Loading…
Reference in New Issue