From 0ee559e87f790ba29ffb81426734bfbf0fb6497c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 29 Jun 2017 09:46:01 +0000 Subject: [PATCH] Test commit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306657 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/RegionIterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/RegionIterator.h b/include/llvm/Analysis/RegionIterator.h index fcb109cc550..4f823cc8221 100644 --- a/include/llvm/Analysis/RegionIterator.h +++ b/include/llvm/Analysis/RegionIterator.h @@ -271,7 +271,7 @@ inline RNSuccIterator succ_end(NodeRef Node) { template <> struct GraphTraits> { \ using NodeRef = NodeT *; \ using ChildIteratorType = \ - RNSuccIterator, BlockT, RegionT>; \ + RNSuccIterator, BlockT, RegionT>; \ static NodeRef getEntryNode(NodeRef N) { return N; } \ static inline ChildIteratorType child_begin(NodeRef N) { \ return RNSuccIterator, BlockT, RegionT>(N); \ -- 2.40.0