summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-06 15:31:55 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-06 15:31:55 +0000
commit0125d5056999ca4a428251ef2ced5bad34d1133b (patch)
treeb06b04cd3d2593ad4f83df26fefc0280bffdccb0 /include/llvm/CodeGen/AsmPrinter.h
parentffa6408f9cb30cd639eb8eb71ee4aa6f48d0c7a7 (diff)
downloadllvm-0125d5056999ca4a428251ef2ced5bad34d1133b.tar.gz
llvm-0125d5056999ca4a428251ef2ced5bad34d1133b.tar.bz2
llvm-0125d5056999ca4a428251ef2ced5bad34d1133b.tar.xz
Yet more dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index f881cf7423..336166a3fc 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -400,10 +400,6 @@ namespace llvm {
/// frame.
void EmitCFIFrameMove(const MachineMove &Move) const;
- /// EmitCFIFrameMoves - Emit frame instructions to describe the layout of
- /// the frame.
- void EmitCFIFrameMoves(const std::vector<MachineMove> &Moves) const;
-
//===------------------------------------------------------------------===//
// Inline Asm Support
//===------------------------------------------------------------------===//