summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-15 20:32:03 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-15 20:32:03 +0000
commitbeb74c3f006d9265c17afd5d13e2eaa60c3d8289 (patch)
tree21ee08c2f9fbf24d7ed3744598d0b9a059910dc8 /llvm/include
parent93eae1571ccd0e4da15901acf47a8daeea9d1e8a (diff)
downloadbcm5719-llvm-beb74c3f006d9265c17afd5d13e2eaa60c3d8289.tar.gz
bcm5719-llvm-beb74c3f006d9265c17afd5d13e2eaa60c3d8289.zip
Some refactoring suggested by Anton Korobeynikov.
llvm-svn: 129600
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/AsmPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h
index 81e73a6798b..10d48b3f9a1 100644
--- a/llvm/include/llvm/CodeGen/AsmPrinter.h
+++ b/llvm/include/llvm/CodeGen/AsmPrinter.h
@@ -391,6 +391,7 @@ namespace llvm {
/// 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