summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-14 15:18:53 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-14 15:18:53 +0000
commitaa2a7cd828918a4294b7186691594c2be55641d6 (patch)
tree25b4a3eda8bbdf70fd93381410f0bc5db6c07a43 /llvm/include
parentb88784c185802276c12f17008d720498eeaf1c18 (diff)
downloadbcm5719-llvm-aa2a7cd828918a4294b7186691594c2be55641d6.tar.gz
bcm5719-llvm-aa2a7cd828918a4294b7186691594c2be55641d6.zip
Change ELF systems to use CFI for producing the EH tables. This reduces the
size of the clang binary in Debug builds from 690MB to 679MB. llvm-svn: 129518
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h
index a071febb102..81e73a6798b 100644
--- a/llvm/include/llvm/CodeGen/AsmPrinter.h
+++ b/llvm/include/llvm/CodeGen/AsmPrinter.h
@@ -183,6 +183,8 @@ namespace llvm {
/// function.
void EmitFunctionBody();
+ void emitPrologLabel(const MachineInstr &MI);
+
/// 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
OpenPOWER on IntegriCloud