Skip to content

Commit

Permalink
[LoongArch] clang-format some code in LoongArchISelLowering.cpp. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
SixWeining committed Jun 12, 2022
1 parent 229e08c commit 45963ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 45963ae

Please sign in to comment.