[RISCV] Fix warning about unused getSubtargetFeatureName()
authorAlex Bradbury <asb@lowrisc.org>
Tue, 8 Aug 2017 16:20:39 +0000 (16:20 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Tue, 8 Aug 2017 16:20:39 +0000 (16:20 +0000)
llvm-svn: 310375

llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp

index edfe39d..63b2105 100644 (file)
@@ -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,