search for: scaleval

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

Did you mean: scalemail
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
.../ Eat the comma. + Parser->Lex(); // Eat the comma. - if (getLexer().isNot(AsmToken::RParen)) { - SMLoc Loc = Parser.getTok().getLoc(); + if (Parser->getLexer().isNot(AsmToken::RParen)) { + SMLoc Loc = Parser->getTok().getLoc(); int64_t ScaleVal; - if (getParser().ParseAbsoluteExpression(ScaleVal)) + if (Parser->ParseAbsoluteExpression(ScaleVal)) return 0; // Validate the scale amount. if (ScaleVal != 1 && ScaleVal != 2 && ScaleVal != 4 && ScaleVal...