summaryrefslogtreecommitdiffstats
path: root/llvm/include
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
commit4bfa978ca5bb7390cae1923ac35cd4bfe9f814f7 (patch)
treede8200ec6ee0df5a69aae518cf3c68966a5433fd /llvm/include
parenta7160966770c4fb707970e3df91a7471220e07ff (diff)
downloadbcm5719-llvm-4bfa978ca5bb7390cae1923ac35cd4bfe9f814f7.tar.gz
bcm5719-llvm-4bfa978ca5bb7390cae1923ac35cd4bfe9f814f7.zip
More dead code elimination.
llvm-svn: 130985
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h
index 58395ba9b4d..d9c4551b4e5 100644
--- a/llvm/include/llvm/CodeGen/AsmPrinter.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud