forked from OSchip/llvm-project
parent
38303d7e3b
commit
b50c58a792
|
@ -59,7 +59,7 @@ public:
|
||||||
return false;
|
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.
|
/// displayed in the graph.
|
||||||
static bool isNodeHidden(const void *Node) {
|
static bool isNodeHidden(const void *Node) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue