Use isa<> instead of dyn_cast<> as suggested by Nick.
authorJohn McCall <rjmccall@apple.com>
Wed, 9 Nov 2011 03:26:50 +0000 (03:26 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 9 Nov 2011 03:26:50 +0000 (03:26 +0000)
commitfd22883a345b2e04d0bdb4d4b9ed64ceebdc0601
tree64d2a60b65c47a7c72f488add51faf5597782ab7
parent2f2fe417f98406140504ba3bbb65676d4a00ed87
Use isa<> instead of dyn_cast<> as suggested by Nick.
Should've read the patch a bit closer, sorry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144164 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-diff/DiffConsumer.cpp