[LoongArch] clang-format some code in LoongArchISelLowering.cpp. NFC

This commit is contained in:
Weining Lu 2022-06-12 10:41:56 +08:00
parent 229e08ce99
commit 45963ae06d
1 changed files with 3 additions and 3 deletions

View File

@ -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,