aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-06 15:22:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-06 15:22:26 +0000
commitba39f88d0ede1d889a9a564562422d9c9c5134a0 (patch)
tree27476167088b937dc985d7135f1bba68b6c83533 /include/llvm/CodeGen/AsmPrinter.h
parentf2b04232006142eb7933972fb21d9ffb9b8c2646 (diff)
downloadexternal_llvm-ba39f88d0ede1d889a9a564562422d9c9c5134a0.zip
external_llvm-ba39f88d0ede1d889a9a564562422d9c9c5134a0.tar.gz
external_llvm-ba39f88d0ede1d889a9a564562422d9c9c5134a0.tar.bz2
More dead code elimination.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 58395ba..d9c4551 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -398,8 +398,6 @@ namespace llvm {
/// EmitFrameMoves - Emit frame instructions to describe the layout of the
/// frame.
- void EmitFrameMoves(const std::vector<MachineMove> &Moves,
- MCSymbol *BaseLabel, bool isEH) const;
void EmitCFIFrameMove(const MachineMove &Move) const;
void EmitCFIFrameMoves(const std::vector<MachineMove> &Moves) const;