summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ExactHazardRecognizer.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-11 22:17:52 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-11 22:17:52 +0000
commitc4f8ea4ccbd31b8768725c2a4ca4fa91d60d3bc9 (patch)
treef047e74fbcdfefe58f81e1028a20a60c8f2b6af2 /llvm/lib/CodeGen/ExactHazardRecognizer.cpp
parentd832c8e87c64c408c816360a0fcfb2c9b3ea707c (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud