[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Transforms / GVN / 2007-07-25-InfiniteLoop.ll
blob5be4328467fa551c7ba363fff291dcfe4bdc8613
1 ; RUN: opt < %s -basic-aa -gvn -S | FileCheck %s
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*, %struct.INT2** @blkshifts, align 4         ; <%struct.INT2*> [#uses=0]
13 ; CHECK-NOT:  %tmp10
14         br label %bb