Remove unnecessary lines from the test in r242068.
authorPete Cooper <peter_cooper@apple.com>
Mon, 13 Jul 2015 21:50:35 +0000 (21:50 +0000)
committerPete Cooper <peter_cooper@apple.com>
Mon, 13 Jul 2015 21:50:35 +0000 (21:50 +0000)
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

test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll

index b9c280b4bdb29b7cd5caa029488f551c089d2e6e..ddb7bdbe7d1918a3ce66932053f241d928147579 100644 (file)
@@ -9,9 +9,6 @@ target triple = "arm64-apple-ios8.0.0"
 
 ; 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: