Regression test for bug in reg. allocation that was using %xcc instead
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 6 Jul 2003 20:12:18 +0000 (20:12 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 6 Jul 2003 20:12:18 +0000 (20:12 +0000)
commit6e5031e0b80db455b7139a6a40fe0a35d10492b4
tree6fea61ac0a8c9c3304aa38801248d1c7dfb5cf50
parent46d3f8e34c946c31cd2a8f046268c46294e54a94
Regression test for bug in reg. allocation that was using %xcc instead
of %icc even for 32-bit and smaller comparisons.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7110 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Generic/2003-07-06-BadIntCmp.ll [new file with mode: 0644]
test/LLC/2003-07-06-BadIntCmp.ll [new file with mode: 0644]