[x86] Restore the bitcasts I removed when refactoring this to avoid
[oota-llvm.git] / test / CodeGen / X86 / ctpop-combine.ll
index 786f7f9b1cc83538b415909ccfb52d1556ef7bfb..463505bd95d9484508a7f9be7e242c3d0edd3f0b 100644 (file)
@@ -35,6 +35,6 @@ define i32 @test3(i64 %x) nounwind readnone {
   %conv = zext i1 %cmp to i32
   ret i32 %conv
 ; CHECK-LABEL: test3:
-; CHECK: cmpb $2
+; CHECK: cmpl $2
 ; CHECK: ret
 }