[RISCV] clang-format #include. NFC
authorFangrui Song <i@maskray.me>
Mon, 6 Feb 2023 02:26:07 +0000 (18:26 -0800)
committerFangrui Song <i@maskray.me>
Mon, 6 Feb 2023 02:26:07 +0000 (18:26 -0800)
llvm/lib/Target/RISCV/RISCVSubtarget.cpp

index 0cba4e3..2d134b2 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "RISCVSubtarget.h"
+#include "GISel/RISCVCallLowering.h"
+#include "GISel/RISCVLegalizerInfo.h"
+#include "GISel/RISCVRegisterBankInfo.h"
 #include "RISCV.h"
 #include "RISCVFrameLowering.h"
 #include "RISCVMacroFusion.h"
 #include "RISCVTargetMachine.h"
-#include "GISel/RISCVCallLowering.h"
-#include "GISel/RISCVLegalizerInfo.h"
-#include "GISel/RISCVRegisterBankInfo.h"
 #include "llvm/MC/TargetRegistry.h"
 #include "llvm/Support/ErrorHandling.h"