This is a start on handling setcc instructions. As the comment notes, we
authorChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2004 05:04:51 +0000 (05:04 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2004 05:04:51 +0000 (05:04 +0000)
commit4d0cda4d5c43fffdcfcd331a6f7d74428c217639
tree86c29e076904d042991f4aed3b066767ed466187
parent6179047661ae9d2291ef58147934a2630591b126
This is a start on handling setcc instructions.  As the comment notes, we
have no good way of handling this until the code generator is improved.
We should probably just emit V9 instructions in the meantime.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/InstSelectSimple.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/InstSelectSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp