blob: 862559b109cf5cfdb427aff29d250fdf3f878d4c [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32
Duncan Sandsa1ace762008-06-21 17:00:47 +00002
3@g = external global ppc_fp128
4@h = external global ppc_fp128
5
6define void @f() {
7 %tmp = load ppc_fp128* @g
8 store ppc_fp128 %tmp, ppc_fp128* @h
9 ret void
10}