diff options
author | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 16:45:37 +0000 |
---|---|---|
committer | Hongbin Zheng <etherzhhb@gmail.com> | 2016-02-25 16:45:37 +0000 |
commit | 921fabf34b8c240d7552cdb3b7809d7c050a75db (patch) | |
tree | 1e62b2c1f74947eecbddd1b43d3207bd2da36de1 /llvm/test/Analysis/RegionInfo/condition_forward_edge.ll | |
parent | 1f26bcf20da5b6c02146c993dffbd70ddcf34517 (diff) | |
download | bcm5719-llvm-921fabf34b8c240d7552cdb3b7809d7c050a75db.tar.gz bcm5719-llvm-921fabf34b8c240d7552cdb3b7809d7c050a75db.zip |
Revert "Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManager. NFC"
This reverts commit 8228b4d374edeb4cc0c5fddf6e1ab876918ee126.
llvm-svn: 261889
Diffstat (limited to 'llvm/test/Analysis/RegionInfo/condition_forward_edge.ll')
-rw-r--r-- | llvm/test/Analysis/RegionInfo/condition_forward_edge.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll b/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll index 9c1ac752bc6..88c45c2e6ef 100644 --- a/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll +++ b/llvm/test/Analysis/RegionInfo/condition_forward_edge.ll @@ -4,8 +4,6 @@ ; RUN: opt -regions -print-region-style=bb -analyze < %s 2>&1 | FileCheck -check-prefix=BBIT %s ; RUN: opt -regions -print-region-style=rn -analyze < %s 2>&1 | FileCheck -check-prefix=RNIT %s -; RUN: opt < %s -passes='print<regions>' 2>&1 | FileCheck %s - define void @normal_condition() nounwind { 0: br label %"1" |