diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-11 22:17:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-11 22:17:52 +0000 |
commit | c4f8ea4ccbd31b8768725c2a4ca4fa91d60d3bc9 (patch) | |
tree | f047e74fbcdfefe58f81e1028a20a60c8f2b6af2 /llvm/lib/CodeGen/ExactHazardRecognizer.cpp | |
parent | d832c8e87c64c408c816360a0fcfb2c9b3ea707c (diff) | |
download | bcm5719-llvm-c4f8ea4ccbd31b8768725c2a4ca4fa91d60d3bc9.tar.gz bcm5719-llvm-c4f8ea4ccbd31b8768725c2a4ca4fa91d60d3bc9.zip |
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
Diffstat (limited to 'llvm/lib/CodeGen/ExactHazardRecognizer.cpp')
0 files changed, 0 insertions, 0 deletions