1 ; RUN: opt < %s -sccp -S | not grep load
3 @Y = constant [6 x i101] [ i101 12, i101 123456789000000, i101 -12,
4 i101 -123456789000000, i101 0,i101 9123456789000000]
9 %A = getelementptr [6 x i101]* @Y, i32 0, i32 1
13 %E = trunc i101 %DD to i32
14 %F = getelementptr [6 x i101]* @Y, i32 0, i32 %E