blob: 9960e5cdb2b65d30f8c13f9fc3f74e9940c92742 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -indvars -disable-output
2
3%fixtab = external global [29 x [29 x [2 x uint]]] ; <[29 x [29 x [2 x uint]]]*> [#uses=1]
4
5implementation ; Functions:
6
7void %init_optabs() {
8entry:
9 br label %no_exit.0
10
11no_exit.0: ; preds = %no_exit.0, %entry
12 %p.0.0 = phi uint* [ getelementptr ([29 x [29 x [2 x uint]]]* %fixtab, int 0, int 0, int 0, int 0), %entry ], [ %inc.0, %no_exit.0 ] ; <uint*> [#uses=1]
13 %inc.0 = getelementptr uint* %p.0.0, int 1 ; <uint*> [#uses=1]
14 br bool false, label %no_exit.0, label %no_exit.1
15
16no_exit.1: ; preds = %no_exit.0
17 ret void
18}