aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2011-05-28 04:21:04 +0000
committerCharles Davis <cdavis@mines.edu>2011-05-28 04:21:04 +0000
commitf46337004ab08076774932785679460ec3d3bb9a (patch)
treeb0864d8a7700a114c607dd0ad76057ee203be227 /include/llvm/CodeGen/AsmPrinter.h
parenta0112d0c39aa31fe555ecf7296923ca30f68f811 (diff)
downloadexternal_llvm-f46337004ab08076774932785679460ec3d3bb9a.zip
external_llvm-f46337004ab08076774932785679460ec3d3bb9a.tar.gz
external_llvm-f46337004ab08076774932785679460ec3d3bb9a.tar.bz2
When generating code for Win64 EH, emit StartProc and EndProc directives.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index d509c22..5eea099 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -192,6 +192,8 @@ namespace llvm {
};
CFIMoveType needsCFIMoves();
+ bool needsSEHMoves();
+
/// EmitConstantPool - Print to the current output stream assembly
/// representations of the constants in the constant pool MCP. This is
/// used to print out constants which have been "spilled to memory" by