This test case was breaking the hexagon elf bot. The failing lines
were actually unnecessary as checking that the store still reads the
correct value demonstrates that everything is working fine now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242073
91177308-0d34-0410-b5e6-
96231b3b80d8
; CHECK: %tobool.5 = icmp ne i32 %num, 0
; CHECK: store i1 %tobool.5, i1* %ptr
-; CHECK: %0 = call i32 @llvm.ctpop.i32(i32 %num)
-; CHECK: %1 = icmp ne i32 %0, 0
-; CHECK: br i1 %1, label %for.body.lr.ph, label %for.end
define internal fastcc i32 @num_bits_set(i32 %num, i1* %ptr) #1 {
entry: