1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- 2 3@g = external global ppc_fp128 4@h = external global ppc_fp128 5 6define void @f() { 7 %tmp = load ppc_fp128, ptr @g 8 store ppc_fp128 %tmp, ptr @h 9 ret void 10} 11