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 36ada1b commit 4d6d563Copy full SHA for 4d6d563
llvm/lib/TargetParser/RISCVTargetParser.cpp
@@ -15,7 +15,6 @@
15
#include "llvm/ADT/SmallVector.h"
16
#include "llvm/ADT/StringSwitch.h"
17
#include "llvm/TargetParser/RISCVISAInfo.h"
18
-#include "llvm/TargetParser/Triple.h"
19
20
namespace llvm {
21
namespace RISCV {
llvm/lib/TargetParser/SubtargetFeature.cpp
@@ -19,7 +19,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/Triple.h"
22
-#include <algorithm>
23
#include <string>
24
#include <vector>
25
0 commit comments