diff options
Diffstat (limited to 'test/CodeGen/PowerPC/ctrloop-cpsgn.ll')
-rw-r--r-- | test/CodeGen/PowerPC/ctrloop-cpsgn.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/ctrloop-cpsgn.ll b/test/CodeGen/PowerPC/ctrloop-cpsgn.ll index 2f04409..fcfcf15 100644 --- a/test/CodeGen/PowerPC/ctrloop-cpsgn.ll +++ b/test/CodeGen/PowerPC/ctrloop-cpsgn.ll @@ -10,8 +10,8 @@ entry: for.body: ; preds = %for.body, %entry %i.06 = phi i32 [ 0, %entry ], [ %inc, %for.body ] %x.05 = phi ppc_fp128 [ %d, %entry ], [ %conv, %for.body ] - %arrayidx = getelementptr inbounds ppc_fp128* %n, i32 %i.06 - %0 = load ppc_fp128* %arrayidx, align 8 + %arrayidx = getelementptr inbounds ppc_fp128, ppc_fp128* %n, i32 %i.06 + %0 = load ppc_fp128, ppc_fp128* %arrayidx, align 8 %conv = tail call ppc_fp128 @copysignl(ppc_fp128 %x.05, ppc_fp128 %d) nounwind readonly %inc = add nsw i32 %i.06, 1 %exitcond = icmp eq i32 %inc, 2048 |