Silence compiler warning.
[llvm.git] / test / Other / 2004-08-20-PackedControlFlow.ll
blob39435706934f8efdaf1a19b2e544091937eeb3fd
1 ; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null
3         %v4f = type <4 x float>
4 @foo = external global %v4f             ; <%v4f*> [#uses=1]
5 @bar = external global %v4f             ; <%v4f*> [#uses=1]
7 define void @main() {
8         br label %A
10 C:              ; preds = %B
11         store %v4f %t2, %v4f* @bar
12         ret void
14 B:              ; preds = %A
15         %t2 = fadd %v4f %t0, %t0         ; <%v4f> [#uses=1]
16         br label %C
18 A:              ; preds = %0
19         %t0 = load %v4f* @foo           ; <%v4f> [#uses=2]
20         br label %B