1; RUN: llc -compile-twice -filetype obj \ 2; RUN: -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s 3@foo = common global i32 0, align 4 4define i8* @blah() #0 { 5 ret i8* bitcast (i32* @foo to i8*) 6} 7