[llvm] d20cc3e - [RISCV] Order includes. NFC

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 03:40:43 PST 2023


Author: Luke Lau
Date: 2023-11-28T19:40:30+08:00
New Revision: d20cc3ef4cc37d93b9db30218d85888b8e947e34

URL: https://github.com/llvm/llvm-project/commit/d20cc3ef4cc37d93b9db30218d85888b8e947e34
DIFF: https://github.com/llvm/llvm-project/commit/d20cc3ef4cc37d93b9db30218d85888b8e947e34.diff

LOG: [RISCV] Order includes. NFC

Silences a clang-format warning

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVFoldMasks.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVFoldMasks.cpp b/llvm/lib/Target/RISCV/RISCVFoldMasks.cpp
index 11e3c61db290e14..871fc76d7d988a6 100644
--- a/llvm/lib/Target/RISCV/RISCVFoldMasks.cpp
+++ b/llvm/lib/Target/RISCV/RISCVFoldMasks.cpp
@@ -17,8 +17,8 @@
 //===---------------------------------------------------------------------===//
 
 #include "RISCV.h"
-#include "RISCVSubtarget.h"
 #include "RISCVISelDAGToDAG.h"
+#include "RISCVSubtarget.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
 #include "llvm/CodeGen/TargetInstrInfo.h"


        


More information about the llvm-commits mailing list