llvm-project/llvm/lib/Target/RISCV/MCTargetDesc
Mandeep Singh Grang 5f043ae2e1 [RISCV] Silence an unused variable warning in release builds [NFC]
Summary:
Also minor cleanups:
1. Avoided multiple calls to Fixup.getKind()
2. Avoided multiple calls to getFixupKindInfo()
3. Removed a redundant return.

Reviewers: asb, apazos

Reviewed By: asb

Subscribers: rbar, johnrusso, llvm-commits

Differential Revision: https://reviews.llvm.org/D39881

llvm-svn: 317908
2017-11-10 19:09:28 +00:00
..
CMakeLists.txt [RISCV] Add common fixups and relocations 2017-09-28 08:26:24 +00:00
LLVMBuild.txt [RISCV] Add RISCVInstPrinter and basic MC assembler tests 2017-08-15 13:08:29 +00:00
RISCVAsmBackend.cpp [RISCV] Silence an unused variable warning in release builds [NFC] 2017-11-10 19:09:28 +00:00
RISCVBaseInfo.h [RISCV] Prepare for the use of variable-sized register classes 2017-10-19 14:29:03 +00:00
RISCVELFObjectWriter.cpp [RISCV] Bugfix createRISCVELFObjectWriter 2017-10-18 16:11:31 +00:00
RISCVFixupKinds.h [RISCV] Add common fixups and relocations 2017-09-28 08:26:24 +00:00
RISCVMCAsmInfo.cpp Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation 2017-04-17 17:41:25 +00:00
RISCVMCAsmInfo.h
RISCVMCCodeEmitter.cpp [RISCV] Prepare for the use of variable-sized register classes 2017-10-19 14:29:03 +00:00
RISCVMCExpr.cpp [RISCV] Add common fixups and relocations 2017-09-28 08:26:24 +00:00
RISCVMCExpr.h [RISCV] Add common fixups and relocations 2017-09-28 08:26:24 +00:00
RISCVMCTargetDesc.cpp [RISCV] Prepare for the use of variable-sized register classes 2017-10-19 14:29:03 +00:00
RISCVMCTargetDesc.h [RISCV] Fix build after r315327 2017-10-11 12:09:06 +00:00