Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2010-12-18 06:27:54 +00:00
parent 1ec5bd31fe
commit 3132780a2e
6 changed files with 32 additions and 44 deletions

View File

@@ -87,7 +87,8 @@ public:
virtual bool
IsSymbolRefDifferenceFullyResolved(const MCAssembler &Asm,
const MCSymbolRefExpr *A,
const MCSymbolRefExpr *B) const = 0;
const MCSymbolRefExpr *B,
bool InSet) const;
/// Check if a fixup is fully resolved.
///
@@ -99,9 +100,6 @@ public:
bool IsPCRel,
const MCFragment *DF) const = 0;
virtual bool isAbsolute(bool IsSet, const MCSymbol &A,
const MCSymbol &B) const = 0;
/// Write the object file.
///
/// This routine is called by the assembler after layout and relaxation is