mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
f3ce8b1a8e
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5406 91177308-0d34-0410-b5e6-96231b3b80d8
23 lines
768 B
LLVM
23 lines
768 B
LLVM
; Testcase reduced from 197.parser by bugpoint
|
|
; RUN: as < %s | opt -raise -raise-start-inst=cast455 > /dev/null
|
|
|
|
void %conjunction_prune() {
|
|
; <label>:0 ; No predecessors!
|
|
br label %bb19
|
|
|
|
bb19: ; preds = %bb22, %0
|
|
%reg205 = phi ulong [ %cast208, %bb22 ], [ 0, %0 ] ; <ulong> [#uses=2]
|
|
%reg449 = add ulong %reg205, 10 ; <ulong> [#uses=0]
|
|
%cast455 = cast ulong %reg205 to sbyte** ; <sbyte**> [#uses=1]
|
|
store sbyte* null, sbyte** %cast455
|
|
br label %bb22
|
|
|
|
bb22: ; preds = %bb19
|
|
%cast208 = cast sbyte* null to ulong ; <ulong> [#uses=1]
|
|
br bool false, label %bb19, label %bb28
|
|
|
|
bb28: ; preds = %bb22
|
|
ret void
|
|
}
|
|
|