diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ctrloop-cpsgn.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ctrloop-cpsgn.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-cpsgn.ll b/llvm/test/CodeGen/PowerPC/ctrloop-cpsgn.ll index 7bff8d3909a..fcfcf154ef5 100644 --- a/llvm/test/CodeGen/PowerPC/ctrloop-cpsgn.ll +++ b/llvm/test/CodeGen/PowerPC/ctrloop-cpsgn.ll @@ -11,7 +11,7 @@ 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, ppc_fp128* %n, i32 %i.06 - %0 = load ppc_fp128* %arrayidx, align 8 + %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 |