mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 05:31:37 +00:00
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
This commit is contained in:
parent
b32a9f5c0f
commit
cc383db66a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user