summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit6b34069ab702672c5317b2082fcdf67ed65871af (patch)
tree3ea845abcdd799dba5f8e5a04056fae7456c1bd1 /llvm/lib
parentdbde718676315b5666f288840c4265550b305289 (diff)
downloadbcm5719-llvm-6b34069ab702672c5317b2082fcdf67ed65871af.tar.gz
bcm5719-llvm-6b34069ab702672c5317b2082fcdf67ed65871af.zip
[RISCV] Fix warning about unused getSubtargetFeatureName()
llvm-svn: 310375
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp b/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
index edfe39da9c7..63b21058461 100644
--- a/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
+++ b/llvm/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,
OpenPOWER on IntegriCloud