[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / NewGVN / 2007-07-25-InfiniteLoop.ll
blobabb6fbe5030f7197e4f3fae687b00aab60f7319d
1 ; RUN: opt < %s -passes=newgvn -S | FileCheck %s
3         %struct.INT2 = type { i32, i32 }
4 @blkshifts = external global ptr                ; <ptr> [#uses=2]
6 define i32 @xcompact() {
7 entry:
8         store ptr null, ptr @blkshifts, align 4
9         br label %bb
11 bb:             ; preds = %bb, %entry
12         %tmp10 = load ptr, ptr @blkshifts, align 4              ; <ptr> [#uses=0]
13 ; CHECK-NOT:  %tmp10
14         br label %bb