[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Transforms / GlobalOpt / 2009-02-15-BitcastAlias.ll
blobe6337adefa132e6aef7dc935fa6115da72f2b657
1 ; RUN: opt < %s -globalopt
3 @g = global i32 0
5 @a = alias i8, bitcast (i32* @g to i8*)
7 define void @f() {
8         %tmp = load i8, i8* @a
9         ret void