Skip to content

Commit d20cc3e

Browse files
committed
[RISCV] Order includes. NFC
Silences a clang-format warning
1 parent ea64047 commit d20cc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVFoldMasks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
//===---------------------------------------------------------------------===//
1818

1919
#include "RISCV.h"
20-
#include "RISCVSubtarget.h"
2120
#include "RISCVISelDAGToDAG.h"
21+
#include "RISCVSubtarget.h"
2222
#include "llvm/CodeGen/MachineFunctionPass.h"
2323
#include "llvm/CodeGen/MachineRegisterInfo.h"
2424
#include "llvm/CodeGen/TargetInstrInfo.h"

0 commit comments

Comments
 (0)