From: Pete Cooper Date: Mon, 13 Jul 2015 21:50:35 +0000 (+0000) Subject: Remove unnecessary lines from the test in r242068. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc383db66a2f85553bc6859c98bbb575541f38ce;p=oota-llvm.git Remove unnecessary lines from the test in r242068. 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 --- diff --git a/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll b/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll index b9c280b4bdb..ddb7bdbe7d1 100644 --- a/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll +++ b/test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll @@ -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: