search for: shiftname

Displaying 1 result from an estimated 1 matches for "shiftname".

Did you mean: sheetname
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...t(ShiftType &St, const MCExpr *&ShiftAmount, SMLoc &E) { - const AsmToken &Tok = Parser.getTok(); + const AsmToken &Tok = getTok(); if (Tok.isNot(AsmToken::Identifier)) return true; const StringRef &ShiftName = Tok.getString(); @@ -530,19 +522,19 @@ bool ARMAsmParser::ParseShift(ShiftType &St, St = Rrx; else return true; - Parser.Lex(); // Eat shift type token. + Lex(); // Eat shift type token. // Rrx stands alone. if (St == Rrx) return false; // Otherwise, there mus...