diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-06 15:31:55 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-06 15:31:55 +0000 |
| commit | 6e4fa20efb9142c7035c32a6086b314f1ae00990 (patch) | |
| tree | 688bc9e810d2f5514b37bc7f9aa84668a9687da0 /llvm/lib/CodeGen/AsmPrinter | |
| parent | d06c2c1b8195dd779c0f0609205e7f1aab7bc693 (diff) | |
| download | bcm5719-llvm-6e4fa20efb9142c7035c32a6086b314f1ae00990.tar.gz bcm5719-llvm-6e4fa20efb9142c7035c32a6086b314f1ae00990.zip | |
Yet more dead code.
llvm-svn: 130988
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp index a94c0c1250f..482d4390687 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp @@ -232,16 +232,3 @@ void AsmPrinter::EmitCFIFrameMove(const MachineMove &Move) const { Dst.getOffset()); } } - -/// EmitCFIFrameMoves - Emit frame instructions to describe the layout of the -/// frame. -void AsmPrinter::EmitCFIFrameMoves(const std::vector<MachineMove> &Moves) const { - for (unsigned i = 0, N = Moves.size(); i < N; ++i) { - const MachineMove &Move = Moves[i]; - MCSymbol *Label = Move.getLabel(); - // Throw out move if the label is invalid. - if (Label && !Label->isDefined()) continue; // Not emitted, in dead code. - - EmitCFIFrameMove(Move); - } -} |

