diff options
author | Tobias Grosser <tobias@grosser.es> | 2017-03-02 21:08:37 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2017-03-02 21:08:37 +0000 |
commit | f818c3300b911cb6d1b59f0308af38117a7a81f8 (patch) | |
tree | 776ce2bbd4b9f6660dd3ec498e8b9f147d358354 /llvm/test/Analysis/RegionInfo/infinite_loop_2.ll | |
parent | ed28e742eed5efe338aa22d40559efe356ed193d (diff) | |
download | bcm5719-llvm-f818c3300b911cb6d1b59f0308af38117a7a81f8.tar.gz bcm5719-llvm-f818c3300b911cb6d1b59f0308af38117a7a81f8.zip |
Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior sane."
and also "clang-format GenericDomTreeConstruction.h, since the current
formatting makes it look like their is a bug in the loop indentation, and there
is not"
This reverts commit r296535.
There are still some open design questions which I would like to discuss. I
revert this for Daniel (who gave the OK), as he is on vacation.
llvm-svn: 296812
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/infinite_loop_2.ll')
-rw-r--r-- | llvm/test/Analysis/RegionInfo/infinite_loop_2.ll | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/test/Analysis/RegionInfo/infinite_loop_2.ll b/llvm/test/Analysis/RegionInfo/infinite_loop_2.ll index 6df5a9fe563..56e83cfdebb 100644 --- a/llvm/test/Analysis/RegionInfo/infinite_loop_2.ll +++ b/llvm/test/Analysis/RegionInfo/infinite_loop_2.ll @@ -26,11 +26,12 @@ define void @normal_condition() nounwind { } ; CHECK-NOT: => ; CHECK: [0] 0 => <Function Return> -; CHECK: [1] 5 => 6 +; CHECK: [1] 1 => 3 ; STAT: 2 region - The # of regions +; STAT: 1 region - The # of simple regions -; BBIT: 0, 1, 2, 5, 11, 6, 12, 3, 4, -; BBIT: 5, 11, 12, +; BBIT: 0, 1, 2, 5, 11, 6, 12, 3, 4, +; BBIT: 1, 2, 5, 11, 6, 12, -; RNIT: 0, 1, 2, 5 => 6, 6, 3, 4, -; RNIT: 5, 11, 12, +; RNIT: 0, 1 => 3, 3, 4, +; RNIT: 1, 2, 5, 11, 6, 12, |