diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-04-25 10:12:01 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-04-25 10:12:01 +0000 |
commit | a42a757176df18c0c930f519ea597c42c8873650 (patch) | |
tree | 46dfa34fe3b1f8da341222fb3dde028c83d96097 /test/Analysis | |
parent | a4a2a03c311e7a7b64bfba1ae714ae85f74999fd (diff) | |
download | external_llvm-a42a757176df18c0c930f519ea597c42c8873650.zip external_llvm-a42a757176df18c0c930f519ea597c42c8873650.tar.gz external_llvm-a42a757176df18c0c930f519ea597c42c8873650.tar.bz2 |
Make tests more useful.
lit needs a linter ...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/RegionInfo/next.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/RegionInfo/next.ll b/test/Analysis/RegionInfo/next.ll index d986387..377a84d 100644 --- a/test/Analysis/RegionInfo/next.ll +++ b/test/Analysis/RegionInfo/next.ll @@ -32,8 +32,8 @@ __label_000020: ; preds = %__label_002001, %bb ; CHECK-NOT: => ; CHECK: [0] entry => <Function Return> ; CHECK-NEXT: [1] __label_002001.outer => __label_000020 -; CHECK-NEXT; [2] bb197 => bb229 -; CHECK-NEXT; [3] bb224 => bb229 +; CHECK-NEXT: [2] bb197 => bb229 +; CHECK-NEXT: [3] bb224 => bb229 ; STAT: 4 region - The # of regions ; STAT: 1 region - The # of simple regions |