diff options
author | Eric Christopher <echristo@gmail.com> | 2015-03-30 21:52:21 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-03-30 21:52:21 +0000 |
commit | c7c5592b7ebcdff0a06acbaea43cf36833449573 (patch) | |
tree | 5406f30701fd8c88e53484bcb6e5ba5b84546022 /llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | |
parent | 6749ae36b4a33769e7a77cf812d7cd0a908ae3b9 (diff) | |
download | bcm5719-llvm-c7c5592b7ebcdff0a06acbaea43cf36833449573.tar.gz bcm5719-llvm-c7c5592b7ebcdff0a06acbaea43cf36833449573.zip |
Remove unused Target argument from MCInstPrinter ctor functions.
llvm-svn: 233607
Diffstat (limited to 'llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp index ffd05a94afc..cf3e725328e 100644 --- a/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp +++ b/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp @@ -172,8 +172,7 @@ static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM, return X; } -static MCInstPrinter *createSystemZMCInstPrinter(const Target &T, - unsigned SyntaxVariant, +static MCInstPrinter *createSystemZMCInstPrinter(unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, |