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
commit0e21124a12a70b4f882c3227f711c944523b5698 (patch)
tree0f6fb04d1d9d39a5837093e3e5c74ce9f4bd341f /lib/Target/SystemZ
parent4e127676a8d067dcbd4f8acf6d4769643d0fadb9 (diff)
downloadexternal_llvm-0e21124a12a70b4f882c3227f711c944523b5698.zip
external_llvm-0e21124a12a70b4f882c3227f711c944523b5698.tar.gz
external_llvm-0e21124a12a70b4f882c3227f711c944523b5698.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