Fix edge cases in handling basic block split.
[llvm-complete.git] / test / Other / 2004-08-16-PackedGlobalConstant.ll
blob01b0d5dd4050b6d9b5ffb18117254879290802af
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
3 %foo = global <2 x int> <int 0, int 1>;
4 %bar = uninitialized global <2 x int>;
6 implementation   ; Functions:
8 void %main()
10         %t0 = load <2 x int>* %foo;
11         store <2 x int> %t0, <2 x int>* %bar   
12         ret void