fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / GVN / 2007-07-25-InfiniteLoop.ll
blob9983374b154e3393fa47d383ad23a52e6cb99116
1 ; RUN: opt < %s -basicaa -gvn -S | not grep {tmp10 =}
3         %struct.INT2 = type { i32, i32 }
4 @blkshifts = external global %struct.INT2*              ; <%struct.INT2**> [#uses=2]
6 define i32 @xcompact() {
7 entry:
8         store %struct.INT2* null, %struct.INT2** @blkshifts, align 4
9         br label %bb
11 bb:             ; preds = %bb, %entry
12         %tmp10 = load %struct.INT2** @blkshifts, align 4                ; <%struct.INT2*> [#uses=0]
13         br label %bb