Use isa<> instead of checking return value of definition().
definition() is supposed to be used through isa, dyn_cast or cast. It's better to not call that directly. llvm-svn: 219723
Loading
Please sign in to comment
definition() is supposed to be used through isa, dyn_cast or cast. It's better to not call that directly. llvm-svn: 219723