[llvm] r306657 - Test commit
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 02:46:01 PDT 2017
Author: chapuni
Date: Thu Jun 29 02:46:01 2017
New Revision: 306657
URL: http://llvm.org/viewvc/llvm-project?rev=306657&view=rev
Log:
Test commit
Modified:
llvm/trunk/include/llvm/Analysis/RegionIterator.h
Modified: llvm/trunk/include/llvm/Analysis/RegionIterator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/RegionIterator.h?rev=306657&r1=306656&r2=306657&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/RegionIterator.h (original)
+++ llvm/trunk/include/llvm/Analysis/RegionIterator.h Thu Jun 29 02:46:01 2017
@@ -271,7 +271,7 @@ inline RNSuccIterator<NodeRef, BlockT, R
template <> struct GraphTraits<FlatIt<NodeT *>> { \
using NodeRef = NodeT *; \
using ChildIteratorType = \
- RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; \
+ RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; \
static NodeRef getEntryNode(NodeRef N) { return N; } \
static inline ChildIteratorType child_begin(NodeRef N) { \
return RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>(N); \
More information about the llvm-commits
mailing list