Ehsan Amiri | a538b0f | 2016-08-03 18:17:35 +0000 | [diff] [blame] | 1 | ; RUN: llc -verify-machineinstrs -compile-twice -filetype obj \ |
Nemanja Ivanovic | bd56e4e | 2016-03-12 10:23:07 +0000 | [diff] [blame] | 2 | ; RUN: -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s |
3 | @foo = common global i32 0, align 4 | ||||
4 | define i8* @blah() #0 { | ||||
5 | ret i8* bitcast (i32* @foo to i8*) | ||||
6 | } |