Fix edge cases in handling basic block split.
[llvm-complete.git] / test / Other / 2004-08-20-PackedControlFlow.ll
blobd2566b15638f41877864062302ac08651ea4a1d3
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as > /dev/null
3 %v4f = type <4 x float>
5 %foo = uninitialized global %v4f
6 %bar = uninitialized global %v4f
8 implementation   ; Functions:
10 void %main() {
11         br label %A
13         store %v4f %t2, %v4f* %bar  
14         ret void
17         %t2 = add %v4f %t0, %t0
18         br label %C
21         %t0 = load %v4f* %foo
22         br label %B