Skip to content

Commit 7eeabb4

Browse files
committed
fixup! clang-format
1 parent c031071 commit 7eeabb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,10 @@ LLVM_DECLARE_ENUM_AS_BITMASK(TailFoldingOpts,
564564
/* LargestValue */ (long)TailFoldingOpts::Reverse);
565565

566566
namespace AArch64ExactFPImm {
567-
struct ExactFPImm {
568-
int Enum;
569-
const char *Repr;
570-
};
567+
struct ExactFPImm {
568+
int Enum;
569+
const char *Repr;
570+
};
571571
#define GET_ExactFPImmValues_DECL
572572
#define GET_ExactFPImmsList_DECL
573573
#include "AArch64GenSystemOperands.inc"

0 commit comments

Comments
 (0)