mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
Fix build of DataFlow.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d98af0a5b8
commit
484959a26c
@ -25,7 +25,7 @@ namespace llvm {
|
|||||||
|
|
||||||
template <> struct GraphTraits<const Value*> {
|
template <> struct GraphTraits<const Value*> {
|
||||||
typedef const Value NodeType;
|
typedef const Value NodeType;
|
||||||
typedef Value::use_const_iterator ChildIteratorType;
|
typedef Value::const_use_iterator ChildIteratorType;
|
||||||
|
|
||||||
static NodeType *getEntryNode(const Value *G) {
|
static NodeType *getEntryNode(const Value *G) {
|
||||||
return G;
|
return G;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user