summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2011-01-14 21:57:53 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2011-01-14 21:57:53 +0000
commit9a1ef4ef36cfa2d8d9ebd52d601283ae6e7466cd (patch)
treec0754c41fa4d7e77a7b793a88cd6f1dd262f5645 /include/llvm/CodeGen/AsmPrinter.h
parentd7e8ddc5012d22398eba6b8094e2fd7821bac9cc (diff)
downloadllvm-9a1ef4ef36cfa2d8d9ebd52d601283ae6e7466cd.tar.gz
llvm-9a1ef4ef36cfa2d8d9ebd52d601283ae6e7466cd.tar.bz2
llvm-9a1ef4ef36cfa2d8d9ebd52d601283ae6e7466cd.tar.xz
Add CFI directives-based frame information emission. Not hooked yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 10c573e441..357b933db5 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -389,7 +389,7 @@ namespace llvm {
/// frame.
void EmitFrameMoves(const std::vector<MachineMove> &Moves,
MCSymbol *BaseLabel, bool isEH) const;
-
+ void EmitCFIFrameMoves(const std::vector<MachineMove> &Moves) const;
//===------------------------------------------------------------------===//
// Inline Asm Support