1 ; RUN: opt < %s -ipsccp -S | not grep global
3 @G = internal global i32 undef ; <i32*> [#uses=5]
6 %X = load i32* @G ; <i32> [#uses=1]
12 %V = load i32* @G ; <i32> [#uses=2]
13 %C = icmp eq i32 %V, 17 ; <i1> [#uses=1]
14 br i1 %C, label %T, label %F
19 store i32 123, i32* @G