summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-03-30 22:03:16 +0000
committerEric Christopher <echristo@gmail.com>2015-03-30 22:03:16 +0000
commit48e697f7fef661b6869c54434a869ac03a1c6c61 (patch)
tree7de22a79a33d792347a173531437b3ca77ac0094 /llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
parent5a227fffe5cfa482ae9f8f7fb8e06632bfa3971d (diff)
downloadbcm5719-llvm-48e697f7fef661b6869c54434a869ac03a1c6c61.tar.gz
bcm5719-llvm-48e697f7fef661b6869c54434a869ac03a1c6c61.zip
Remove unused MCSubtargetInfo argument from the NVPTX MCInstPrinter ctors.
llvm-svn: 233611
Diffstat (limited to 'llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp b/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
index 891b9985db1..ac92df90124 100644
--- a/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
+++ b/llvm/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
@@ -28,11 +28,9 @@ using namespace llvm;
#include "NVPTXGenAsmWriter.inc"
-
NVPTXInstPrinter::NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
- const MCRegisterInfo &MRI,
- const MCSubtargetInfo &STI)
- : MCInstPrinter(MAI, MII, MRI) {}
+ const MCRegisterInfo &MRI)
+ : MCInstPrinter(MAI, MII, MRI) {}
void NVPTXInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const {
// Decode the virtual register
OpenPOWER on IntegriCloud