xref: /llvm-project/llvm/test/CodeGen/PowerPC/pr26378.ll (revision 5403c59c608c08c8ecd4303763f08eb046eb5e4d)
1; RUN: llc -verify-machineinstrs -compile-twice -filetype obj \
2; RUN:   -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s
3@foo = common global i32 0, align 4
4define ptr @blah() #0 {
5  ret ptr @foo
6}
7