diff options
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/infinite_loop.ll')
-rw-r--r-- | llvm/test/Analysis/RegionInfo/infinite_loop.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/Analysis/RegionInfo/infinite_loop.ll b/llvm/test/Analysis/RegionInfo/infinite_loop.ll index 61abef8ff7a..06ab6cc7481 100644 --- a/llvm/test/Analysis/RegionInfo/infinite_loop.ll +++ b/llvm/test/Analysis/RegionInfo/infinite_loop.ll @@ -16,6 +16,4 @@ define void @normal_condition() nounwind { } ; CHECK-NOT: => ; CHECK: [0] 0 => <Function Return> -; CHECK: [1] 1 => 4 -; STAT: 2 region - The # of regions -; STAT: 1 region - The # of simple regions +; STAT: 1 region - The # of regions |