diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-26 20:20:43 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-26 20:20:43 +0000 |
| commit | 1fd0182a85e201f0b92773d9edaae8869fa190df (patch) | |
| tree | 2b26338011ae895a46df1ec241cda607f2ca8667 /lib/CodeGen/AsmPrinter/DwarfPrinter.h | |
| parent | 3036c9be66d46f9c44cf75f7c6d449653b8c0892 (diff) | |
| download | external_llvm-1fd0182a85e201f0b92773d9edaae8869fa190df.zip external_llvm-1fd0182a85e201f0b92773d9edaae8869fa190df.tar.gz external_llvm-1fd0182a85e201f0b92773d9edaae8869fa190df.tar.bz2 | |
eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform
that has it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfPrinter.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfPrinter.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/lib/CodeGen/AsmPrinter/DwarfPrinter.h index 86fe2ab..31aa69a 100644 --- a/lib/CodeGen/AsmPrinter/DwarfPrinter.h +++ b/lib/CodeGen/AsmPrinter/DwarfPrinter.h @@ -138,9 +138,7 @@ public: void EmitReference(const MCSymbol *Sym, bool IsPCRelative = false, bool Force32Bit = false) const; - /// EmitDifference - Emit the difference between two labels. Some - /// assemblers do not behave with absolute expressions with data directives, - /// so there is an option (needsSet) to use an intermediary set expression. + /// EmitDifference - Emit the difference between two labels. void EmitDifference(const DWLabel &LabelHi, const DWLabel &LabelLo, bool IsSmall = false) { EmitDifference(LabelHi.getTag(), LabelHi.getNumber(), |
