mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 06:10:48 +00:00
parent
486acf841a
commit
490b642e95
@ -505,7 +505,7 @@ static bool IsCodegenPass(StringRef Pass) {
|
||||
for (const auto &P : PassNameContain)
|
||||
if (Pass.contains(P))
|
||||
return true;
|
||||
for (const auto &P : PassNamePrefix)
|
||||
for (const auto &P : PassNameExact)
|
||||
if (Pass == P)
|
||||
return true;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user