mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 09:36:07 +00:00

void foo() { G = 1; } would have an empty DSGraph even though G (a global) is directly used in the function. llvm-svn: 20619
void foo() { G = 1; } would have an empty DSGraph even though G (a global) is directly used in the function. llvm-svn: 20619