We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad708b commit de49093Copy full SHA for de49093
llvm/lib/Target/RISCV/RISCVSubtarget.cpp
@@ -11,13 +11,13 @@
11
//===----------------------------------------------------------------------===//
12
13
#include "RISCVSubtarget.h"
14
+#include "GISel/RISCVCallLowering.h"
15
+#include "GISel/RISCVLegalizerInfo.h"
16
+#include "GISel/RISCVRegisterBankInfo.h"
17
#include "RISCV.h"
18
#include "RISCVFrameLowering.h"
19
#include "RISCVMacroFusion.h"
20
#include "RISCVTargetMachine.h"
-#include "GISel/RISCVCallLowering.h"
-#include "GISel/RISCVLegalizerInfo.h"
-#include "GISel/RISCVRegisterBankInfo.h"
21
#include "llvm/MC/TargetRegistry.h"
22
#include "llvm/Support/ErrorHandling.h"
23
0 commit comments