aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bradbury <asb@lowrisc.org>2017-08-08 16:20:39 +0000
committerAlex Bradbury <asb@lowrisc.org>2017-08-08 16:20:39 +0000
commitb22eff0ff63a669516f4a68a0bc5baeabfa93119 (patch)
treedc64528b0e15fdee98c8fd16d1b6f10faae7ab72
parentdb16a7c44a9c4903fba3601f04c6886a1ba1c2b4 (diff)
[RISCV] Fix warning about unused getSubtargetFeatureName()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310375 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp b/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
index edfe39da9c7..63b21058461 100644
--- a/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+++ b/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
@@ -213,7 +213,6 @@ public:
#define GET_REGISTER_MATCHER
#define GET_MATCHER_IMPLEMENTATION
-#define GET_SUBTARGET_FEATURE_NAME
#include "RISCVGenAsmMatcher.inc"
bool RISCVAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,