mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-21 03:28:31 +00:00
Grammar fix.
Thanks to Saleem Abdulrasool for noticing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c8add9978
commit
ff56f416a5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user