mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
142428ce64
llvm-svn: 81293
11 lines
188 B
LLVM
11 lines
188 B
LLVM
; RUN: llc < %s -march=ppc32
|
|
|
|
@g = external global ppc_fp128
|
|
@h = external global ppc_fp128
|
|
|
|
define void @f() {
|
|
%tmp = load ppc_fp128* @g
|
|
store ppc_fp128 %tmp, ppc_fp128* @h
|
|
ret void
|
|
}
|