Bumping cvs version number
[llvm-complete.git] / test / Linker / 2004-05-07-TypeResolution2.ll
blob05be6111644475098c027a887c63c64ecb8d2ac0
1 ; This file is used by testlink1.ll, so it doesn't actually do anything itself
3 ; RUN: echo
5 target endian = little
6 target pointersize = 32
8   %myint = type ushort
9         %struct2 = type { %struct1 }
10         %struct1 = type { int, void (%struct2*)*, %myint *, int (uint *)* }
12 implementation   ; Functions:
14 internal void %f1 (%struct1* %tty) {
15 loopentry.preheader:
17   ; <void (%struct2*, ubyte)**> [#uses=1]
18   ; <void (%struct2*, ubyte)*> [#uses=0]
20         %tmp.2.i.i = getelementptr %struct1* %tty, uint 0, uint 1
21         %tmp.3.i.i = volatile load void (%struct2*)** %tmp.2.i.i
23         ret void