Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
[oota-llvm.git] / test / Transforms / InstCombine / 2006-05-04-DemandedBitCrash.ll
index 1b9df405c5ad8e6c675bec3718cb408dc52cdd4a..e22395fb87743aa3be491fcc5ba304d7b8c348ac 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output
+; RUN: opt < %s -instcombine -disable-output
 ; END.
 
 define void @test() {