search for: reoeder

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

Did you mean: reeder
2012 May 09
1
[LLVMdev] Directive parsing for AsmParser
...r which allow/disallow assembler to change the order of instructions in the block that follows. As the implemented AsmParser requires .set directive to have the following syntax: /// ParseDirectiveSet: /// ::= .set identifier ',' expression I am getting an error reported when '.set reoeder/noreorder' is met in the code. After some investigation it seems reasonable for me to move the code which handles target specific directive parsing from the end to the beginning of the block, like this (AsmParser::ParseStatement, AsmParser.cpp line 1225): // Otherwise, we have a normal instr...