diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-02-19 20:55:17 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-02-19 20:55:17 +0000 |
commit | 8af9f2019d565de6161a3ce884a16942fe2dde29 (patch) | |
tree | 16dc2c22ced0ee00053811c657e52dead9db406d /test/Transforms/LoopUnroll/runtime-loop1.ll | |
parent | 608e665946afc2b89050fcf0b99070db2c006bee (diff) |
Diffstat (limited to 'test/Transforms/LoopUnroll/runtime-loop1.ll')
-rw-r--r-- | test/Transforms/LoopUnroll/runtime-loop1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopUnroll/runtime-loop1.ll b/test/Transforms/LoopUnroll/runtime-loop1.ll index 38b4f32354a33..5ff75e33f7f86 100644 --- a/test/Transforms/LoopUnroll/runtime-loop1.ll +++ b/test/Transforms/LoopUnroll/runtime-loop1.ll @@ -3,7 +3,7 @@ ; This tests that setting the unroll count works ; CHECK: for.body.prol: -; CHECK: br i1 %prol.iter.cmp, label %for.body.prol, label %for.body.preheader.split +; CHECK: br label %for.body.preheader.split ; CHECK: for.body: ; CHECK: br i1 %exitcond.1, label %for.end.loopexit.unr-lcssa, label %for.body ; CHECK-NOT: br i1 %exitcond.4, label %for.end.loopexit{{.*}}, label %for.body |