mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add radar fixed in comment.
llvm-svn: 91312
This commit is contained in:
parent
723a7aa4e9
commit
abf9df5e6d
@ -1,20 +1,21 @@
|
||||
; Test for rdar://7452967
|
||||
; RUN: opt < %s -licm -disable-output
|
||||
define void @foo (i8* %v)
|
||||
{
|
||||
entry:
|
||||
br i1 undef, label %preheader, label %return
|
||||
|
||||
|
||||
preheader:
|
||||
br i1 undef, label %loop, label %return
|
||||
|
||||
|
||||
loop:
|
||||
indirectbr i8* undef, [label %preheader, label %stuff]
|
||||
|
||||
|
||||
stuff:
|
||||
%0 = load i8* undef, align 1
|
||||
br label %loop
|
||||
|
||||
|
||||
return:
|
||||
ret void
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user