diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/pr30715.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/pr30715.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/pr30715.ll b/llvm/test/CodeGen/PowerPC/pr30715.ll index 5d6ba2c1000..96fb7865a96 100644 --- a/llvm/test/CodeGen/PowerPC/pr30715.ll +++ b/llvm/test/CodeGen/PowerPC/pr30715.ll @@ -67,7 +67,7 @@ for.body: ; preds = %for.body.preheader, %indvars.iv.next = add nuw nsw i64 %indvars.iv, 1 %exitcond = icmp eq i64 %indvars.iv.next, %wide.trip.count br i1 %exitcond, label %for.cond.cleanup.loopexit, label %for.body -; CHECK: stxsdx +; CHECK: stfdx ; CHECK: lxvd2x } |