diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-26 20:05:06 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-26 20:05:06 +0000 |
commit | a2938e7e5f7f16b4593b6ddc0eaf14bd6ed620de (patch) | |
tree | 3ef99455597796ee6c5ab2b1581f7735aebcc4c7 /test/Transforms/LoopRotate/phi-duplicate.ll | |
parent | caa54d0c6f789a2012668e8388260090d6409fdc (diff) |
Fix some tests that didn't test anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106954 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopRotate/phi-duplicate.ll')
-rw-r--r-- | test/Transforms/LoopRotate/phi-duplicate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopRotate/phi-duplicate.ll b/test/Transforms/LoopRotate/phi-duplicate.ll index cac00f826b..9a64e2a9a8 100644 --- a/test/Transforms/LoopRotate/phi-duplicate.ll +++ b/test/Transforms/LoopRotate/phi-duplicate.ll @@ -30,6 +30,6 @@ for.end: ; preds = %for.cond ; Should only end up with one phi. ; CHECK: for.body: ; CHECK-NEXT: %j.02 = phi i64 -; CHECK-NOT phi +; CHECK-NOT: phi ; CHECK: ret void |