summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-09-06 08:33:48 +0000
committerDuncan Sands <baldrick@free.fr>2009-09-06 08:33:48 +0000
commit2fbeaf084ffe6467004d2a340336407c254f623f (patch)
treeb1689f01b10a49e9167d74b16da8d1aea0484196 /llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
parent109e762a5752e7a6bcee526bdbb6bbf1978152a7 (diff)
downloadbcm5719-llvm-2fbeaf084ffe6467004d2a340336407c254f623f.tar.gz
bcm5719-llvm-2fbeaf084ffe6467004d2a340336407c254f623f.zip
Remove some unused variables and methods warned about by
icc (#177, partial). Patch by Erick Tryzelaar. llvm-svn: 81106
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp b/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
index 643d681563d..4a4e71f606c 100644
--- a/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
@@ -259,7 +259,6 @@ void SystemZRegisterInfo::emitEpilogue(MachineFunction &MF,
SystemZMachineFunctionInfo *SystemZMFI =
MF.getInfo<SystemZMachineFunctionInfo>();
unsigned RetOpcode = MBBI->getOpcode();
- DebugLoc DL = MBBI->getDebugLoc();
switch (RetOpcode) {
case SystemZ::RET: break; // These are ok
OpenPOWER on IntegriCloud