| Dan Gohman | c8054d9 | 2009-09-09 00:09:15 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=ppc32 |
| Duncan Sands | 3bb8999 | 2008-06-21 17:00:47 +0000 | [diff] [blame] | 2 | |
| 3 | @g = external global ppc_fp128 | ||||
| 4 | @h = external global ppc_fp128 | ||||
| 5 | |||||
| 6 | define void @f() { | ||||
| 7 | %tmp = load ppc_fp128* @g | ||||
| 8 | store ppc_fp128 %tmp, ppc_fp128* @h | ||||
| 9 | ret void | ||||
| 10 | } | ||||