diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-09-20 09:13:15 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-09-20 09:13:15 +0000 |
commit | 692a3ea0b78a5ea426a5bb089878d157e5bb3616 (patch) | |
tree | 8cd3c94e0d4a01df367efb82f6b0c116567f784c /llvm/lib/CodeGen/AsmPrinter/DwarfException.h | |
parent | 13306a1fff738543748b7636d2f92c702a597b25 (diff) | |
download | bcm5719-llvm-692a3ea0b78a5ea426a5bb089878d157e5bb3616.tar.gz bcm5719-llvm-692a3ea0b78a5ea426a5bb089878d157e5bb3616.zip |
--- Reverse-merging r82282 into '.':
U lib/CodeGen/AsmPrinter/DwarfException.cpp
U lib/CodeGen/AsmPrinter/DwarfException.h
--- Reverse-merging r82274 into '.':
U lib/Target/TargetLoweringObjectFile.cpp
G lib/CodeGen/AsmPrinter/DwarfException.cpp
These revisions were breaking everything.
llvm-svn: 82396
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfException.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h index 7e898768c4d..f6f50255f2e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h @@ -25,7 +25,6 @@ namespace llvm { struct LandingPadInfo; class MachineModuleInfo; class MCAsmInfo; -class MCExpr; class Timer; class raw_ostream; @@ -169,11 +168,6 @@ class VISIBILITY_HIDDEN DwarfException : public Dwarf { const SmallVectorImpl<unsigned> &FirstActions); void EmitExceptionTable(); - /// CreateLabelDiff - Emit a label and subtract it from the expression we - /// already have. This is equivalent to emitting "foo - .", but we have to - /// emit the label for "." directly. - const MCExpr *CreateLabelDiff(const MCExpr *ExprRef, const char *LabelName, - unsigned Index); public: //===--------------------------------------------------------------------===// // Main entry points. |