diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-14 15:18:53 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-14 15:18:53 +0000 |
commit | aa2a7cd828918a4294b7186691594c2be55641d6 (patch) | |
tree | 25b4a3eda8bbdf70fd93381410f0bc5db6c07a43 /llvm/include | |
parent | b88784c185802276c12f17008d720498eeaf1c18 (diff) | |
download | bcm5719-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.h | 2 |
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 |