diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-15 03:35:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-15 03:35:57 +0000 |
commit | b5e3e9dd27dce1b3bb10c4f453cea84a0b35bbca (patch) | |
tree | 047682c11afd9ac2a799708d731987045eba34fe /llvm/include | |
parent | 12bb05b75bef20d0a787e183ffc501e558080f81 (diff) | |
download | bcm5719-llvm-b5e3e9dd27dce1b3bb10c4f453cea84a0b35bbca.tar.gz bcm5719-llvm-b5e3e9dd27dce1b3bb10c4f453cea84a0b35bbca.zip |
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the"
It broke several builds.
llvm-svn: 129557
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/CodeGen/AsmPrinter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h index 81e73a6798b..a071febb102 100644 --- a/llvm/include/llvm/CodeGen/AsmPrinter.h +++ b/llvm/include/llvm/CodeGen/AsmPrinter.h @@ -183,8 +183,6 @@ 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 |