Skip to content

Commit de49093

Browse files
committed
[RISCV] clang-format #include. NFC
1 parent cad708b commit de49093

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/RISCV/RISCVSubtarget.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "RISCVSubtarget.h"
14+
#include "GISel/RISCVCallLowering.h"
15+
#include "GISel/RISCVLegalizerInfo.h"
16+
#include "GISel/RISCVRegisterBankInfo.h"
1417
#include "RISCV.h"
1518
#include "RISCVFrameLowering.h"
1619
#include "RISCVMacroFusion.h"
1720
#include "RISCVTargetMachine.h"
18-
#include "GISel/RISCVCallLowering.h"
19-
#include "GISel/RISCVLegalizerInfo.h"
20-
#include "GISel/RISCVRegisterBankInfo.h"
2121
#include "llvm/MC/TargetRegistry.h"
2222
#include "llvm/Support/ErrorHandling.h"
2323

0 commit comments

Comments
 (0)