[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git] / llvm / test / Assembler / 2002-08-15-ConstantExprProblem.ll
blob49fada5690fefbdbb11bf223be5db77259d6279a
1 ; RUN: llvm-as %s -o /dev/null
2 ; RUN: verify-uselistorder %s
4 @.LC0 = internal global [12 x i8] c"hello world\00"             ; <ptr> [#uses=1]
6 define ptr @test() {
7 ; <label>:0
8         br label %BB1
10 BB1:            ; preds = %BB2, %0
11         %ret = phi ptr [ @.LC0, %0 ], [ null, %BB2 ]          ; <ptr> [#uses=1]
12         ret ptr %ret
14 BB2:            ; No predecessors!
15         br label %BB1