aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 00:38:44 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 00:38:44 +0000
commit8e680482c19a2fab185f88a0dea18313e4be70a9 (patch)
tree0f6fb04d1d9d39a5837093e3e5c74ce9f4bd341f /lib/Target/SystemZ
parent505e86832ae7b0e1260fe7c1e7a3634ca515bc3e (diff)
downloadexternal_llvm-8e680482c19a2fab185f88a0dea18313e4be70a9.zip
external_llvm-8e680482c19a2fab185f88a0dea18313e4be70a9.tar.gz
external_llvm-8e680482c19a2fab185f88a0dea18313e4be70a9.tar.bz2
simplify various getAnalysisUsage implementations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ')
-rw-r--r--lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp b/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
index b63caae..7237a3f 100644
--- a/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
+++ b/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
@@ -64,11 +64,6 @@ namespace {
static const char *getRegisterName(unsigned RegNo);
void EmitInstruction(const MachineInstr *MI);
-
- void getAnalysisUsage(AnalysisUsage &AU) const {
- AsmPrinter::getAnalysisUsage(AU);
- AU.setPreservesAll();
- }
};
} // end of anonymous namespace