aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/setuge.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't generate (or setp, setae) for SETUGE. Simply flip the operands around andEvan Cheng2006-01-301-0/+12
generate SETULT instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25823 91177308-0d34-0410-b5e6-96231b3b80d8