Skip to content
Snippets Groups Projects
Commit 46f0e2ce authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[bugpoint] ReduceCrashingFunctions::TestFuncs - fix dereference of null point...

[bugpoint] ReduceCrashingFunctions::TestFuncs - fix dereference of null point static analyzer warning

Alias.getAliaseeObject() shouldn't be null, do use dyn_cast instead of dyn_cast_or_null

Also, remove redundant `else if (!F)` test - that is always true at the point in the if-else chain
parent d356cdcf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment