[llvm-commits] [llvm] r166349 - in /llvm/trunk/lib: MC/MCParser/AsmParser.cpp Target/X86/AsmParser/X86AsmParser.cpp
Eric Christopher
echristo at gmail.com
Mon Oct 22 09:40:55 PDT 2012
> + // Clear the opcode.
> + setOpcode(~0x0);
> +
Possibility of an enum here?
-eric
More information about the llvm-commits
mailing list