diff options
Diffstat (limited to 'llvm/lib/MC/MCAssembler.cpp')
| -rw-r--r-- | llvm/lib/MC/MCAssembler.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp index ba10500c951..a96e4ba1514 100644 --- a/llvm/lib/MC/MCAssembler.cpp +++ b/llvm/lib/MC/MCAssembler.cpp @@ -332,7 +332,7 @@ bool MCAssembler::isThumbFunc(const MCSymbol *Symbol) const {    if (!Symbol->isVariable())      return false; -  // FIXME: It looks like gas support some cases of the form "foo + 2". It +  // FIXME: It looks like gas supports some cases of the form "foo + 2". It    // is not clear if that is a bug or a feature.    const MCExpr *Expr = Symbol->getVariableValue();    const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Expr); | 

