Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HansKristian-Work/dxil-spirv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Kristian Arntzen <post@arntzen-software.no>2020-07-23 17:15:31 +0300
committerHans-Kristian Arntzen <post@arntzen-software.no>2020-07-24 17:11:27 +0300
commit8e01e9f8bc7f9f2d037ae86ff65b6d0769fcc26b (patch)
treedb05e06ad6381a073b3bc2ec6d79cf5ffc06281a /node.hpp
parent6e6e99f38200336402d2cb2fb63f6667c62010cc (diff)
Move out exists_path_in_cfg_without_intermediate_node.
Diffstat (limited to 'node.hpp')
-rw-r--r--node.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.hpp b/node.hpp
index c518253..e7f3baf 100644
--- a/node.hpp
+++ b/node.hpp
@@ -77,7 +77,6 @@ private:
static CFGNode *find_common_dominator(CFGNode *a, CFGNode *b);
static CFGNode *find_common_post_dominator(CFGNode *a, CFGNode *b);
CFGNode *get_immediate_dominator_loop_header();
- bool exists_path_in_cfg_without_intermediate_node(const CFGNode *end_block, const CFGNode *stop_block) const;
bool can_backtrace_to(const CFGNode *parent) const;
void retarget_branch(CFGNode *to_prev, CFGNode *to_next);