diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-07-05 14:21:36 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-07-05 14:21:36 +0000 |
| commit | 1a82d4c088707c791c792f6822f611b47a12bdfe (patch) | |
| tree | 7c411f9b5d807f7f204fdd16965d8925a82b6d18 /test/Transforms/LoopDistribute/outside-use.ll | |
| parent | 3a0822f094b578157263e04114075ad7df81db41 (diff) | |
Notes
Diffstat (limited to 'test/Transforms/LoopDistribute/outside-use.ll')
| -rw-r--r-- | test/Transforms/LoopDistribute/outside-use.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopDistribute/outside-use.ll b/test/Transforms/LoopDistribute/outside-use.ll index 546050d5b0463..7a3fe1be0670d 100644 --- a/test/Transforms/LoopDistribute/outside-use.ll +++ b/test/Transforms/LoopDistribute/outside-use.ll @@ -37,7 +37,7 @@ entry: ; CHECK: for.body: ; CHECK: %sum_add = add nuw nsw i32 %sum, %loadC ; CHECK: for.end: -; CHECK: %sum_add.ldist = phi i32 [ %sum_add, %for.body ], [ %sum_add.ldist.nondist, %for.body.ldist.nondist ] +; CHECK: %sum_add.lver = phi i32 [ %sum_add, %for.body ], [ %sum_add.lver.orig, %for.body.lver.orig ] for.body: ; preds = %for.body, %entry %ind = phi i64 [ 0, %entry ], [ %add, %for.body ] |
