Use cast<> instead of dyn_cast<> in places where the type is known.
authorBob Wilson <bob.wilson@apple.com>
Thu, 13 Aug 2009 01:57:47 +0000 (01:57 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 13 Aug 2009 01:57:47 +0000 (01:57 +0000)
commitd06791f6d0b302eeee7189ea8182565594ffdc0e
treeef484fea2b11f9b2433e29ac64cdc56ec6d0462a
parent3cdfb4afbbe213bf82c260505bf9729fd6036190
Use cast<> instead of dyn_cast<> in places where the type is known.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78881 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp