1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Test commit

llvm-svn: 306657
This commit is contained in:
NAKAMURA Takumi 2017-06-29 09:46:01 +00:00
parent 93e49735f5
commit 0e4c1d88e8

View File

@ -271,7 +271,7 @@ inline RNSuccIterator<NodeRef, BlockT, RegionT> succ_end(NodeRef Node) {
template <> struct GraphTraits<FlatIt<NodeT *>> { \ template <> struct GraphTraits<FlatIt<NodeT *>> { \
using NodeRef = NodeT *; \ using NodeRef = NodeT *; \
using ChildIteratorType = \ using ChildIteratorType = \
RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; \ RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>; \
static NodeRef getEntryNode(NodeRef N) { return N; } \ static NodeRef getEntryNode(NodeRef N) { return N; } \
static inline ChildIteratorType child_begin(NodeRef N) { \ static inline ChildIteratorType child_begin(NodeRef N) { \
return RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>(N); \ return RNSuccIterator<FlatIt<NodeRef>, BlockT, RegionT>(N); \