aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/select-zero-one.ll
AgeCommit message (Expand)Author
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-08-18Test dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or trunc(~C)Evan Cheng