llvm-6502/test/CodeGen
Vikram S. Adve bd6161d401 Three kinds of boolean values handled incorrectly:
-- setCC of FP type used by a Phi: have to save in reg.
-- setNE of FP type used by a branch: cannot use result directly in branch!
-- setCC used outside the same basic block: have to save in reg. for now


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6382 91177308-0d34-0410-b5e6-96231b3b80d8
2003-05-28 13:54:41 +00:00
..
CBackend New testcase 2003-05-13 20:11:21 +00:00
Generic Three kinds of boolean values handled incorrectly: 2003-05-28 13:54:41 +00:00
X86 Rename -no-* to -disable-* 2003-02-26 20:00:41 +00:00