Emit gcov data files to the directory specified in the metadata produced by the
[llvm/stm8.git] / test / Transforms / GlobalOpt / 2009-02-15-BitcastAlias.ll
bloba1b69efe1a76f1e5cf8778644871a59b6f6a4ea7
1 ; RUN: opt < %s -globalopt
3 @g = external global i32
5 @a = alias bitcast (i32* @g to i8*)
7 define void @f() {
8         %tmp = load i8* @a
9         ret void