hanchenye-llvm-project/llvm/include
Daniel Dunbar c4f8ea4ccb Add 'isCodeGenOnly' bit to Instruction .td records.
- Used to mark fake instructions which don't correspond to an actual machine
   instruction (or are duplicates of a real instruction). This is to be used for
   "special cases" in the .td files, which should be ignored by things like the
   assembler and disassembler. We still need a good solution to handle pervasive
   duplication, like with the Int_ instructions.

 - Set the bit on fake "mov 0" style instructions, which allows turning an
   assembler matcher warning into a hard error.

 - -2 FIXMEs.

llvm-svn: 78731
2009-08-11 22:17:52 +00:00
..
llvm Add 'isCodeGenOnly' bit to Instruction .td records. 2009-08-11 22:17:52 +00:00
llvm-c Change llvm-c's ordering of contexts to make it consistent. 2009-08-11 07:46:16 +00:00