diff options
| author | Hans Wennborg <hans@hanshq.net> | 2015-08-31 21:10:35 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2015-08-31 21:10:35 +0000 |
| commit | 4a61370b8f68af510e3876db891a6ef578a17c60 (patch) | |
| tree | 0573f1d21819d9f0f8fab526fb07ed59a39d0b5b /llvm/test/Transforms/RewriteStatepointsForGC | |
| parent | 21c1bc46aee2b69c2c48db8e961f0ce8394f21e1 (diff) | |
| download | bcm5719-llvm-4a61370b8f68af510e3876db891a6ef578a17c60.tar.gz bcm5719-llvm-4a61370b8f68af510e3876db891a6ef578a17c60.zip | |
Fix CHECK directives that weren't checking.
llvm-svn: 246485
Diffstat (limited to 'llvm/test/Transforms/RewriteStatepointsForGC')
| -rw-r--r-- | llvm/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll b/llvm/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll index 9698537280b..aedce03d255 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/codegen-cond.ll @@ -13,7 +13,7 @@ continue: ; CHECK-LABEL: continue: ; CHECK: phi ; CHECK-DAG: [ %p.relocated, %safepoint ] -; CHECK-DAG [ %p, %entry ] +; CHECK-DAG: [ %p, %entry ] ; CHECK: %cond = icmp ; CHECK: br i1 %cond br i1 %cond, label %taken, label %untaken @@ -37,10 +37,10 @@ continue: ; CHECK-LABEL: continue: ; CHECK: phi ; CHECK-DAG: [ %q.relocated, %safepoint ] -; CHECK-DAG [ %q, %entry ] +; CHECK-DAG: [ %q, %entry ] ; CHECK: phi ; CHECK-DAG: [ %p.relocated, %safepoint ] -; CHECK-DAG [ %p, %entry ] +; CHECK-DAG: [ %p, %entry ] ; CHECK: %cond = icmp ; CHECK: br i1 %cond br i1 %cond, label %taken, label %untaken |

