64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
13 lines
327 B
LLVM
13 lines
327 B
LLVM
; RUN: llvm-as < %s > /dev/null
|
|
; RUN: verify-uselistorder %s
|
|
|
|
define void @t() {
|
|
entry:
|
|
ret void
|
|
|
|
loop: ; preds = %loop
|
|
%tmp.4.i9 = getelementptr i32, i32* null, i32 %tmp.5.i10 ; <i32*> [#uses=1]
|
|
%tmp.5.i10 = load i32, i32* %tmp.4.i9 ; <i32> [#uses=1]
|
|
br label %loop
|
|
}
|