Do not use `dyn_cast<X>` after `isa<X>` (NFC)
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 21 Oct 2015 06:11:01 +0000 (06:11 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 21 Oct 2015 06:11:01 +0000 (06:11 +0000)
commitd63954dac10035f92809d09ad852caf9c128b729
treeef33ef025bd679dfff4dabfa29f97786bd013f2f
parent33ee997b37a6a8a53d807e033f868393708967fe
Do not use `dyn_cast<X>` after `isa<X>` (NFC)

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp