forked from OSchip/llvm-project
parent
38303d7e3b
commit
b50c58a792
|
@ -59,7 +59,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
/// isNodeHidden - If thie function returns true, the given node is not
|
||||
/// isNodeHidden - If the function returns true, the given node is not
|
||||
/// displayed in the graph.
|
||||
static bool isNodeHidden(const void *Node) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue