Replace dyn_cast with isa in places that weren't using the returned value for more...
authorCraig Topper <craig.topper@gmail.com>
Wed, 18 Nov 2015 07:07:59 +0000 (07:07 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 18 Nov 2015 07:07:59 +0000 (07:07 +0000)
commit766278ea849cdbe780f543a864c1740429f9f0dc
tree2ff8b5a47668ebce80298ac509c2e9891b672f57
parentd33bb62823b37dab31f996cfbe7a5b8563d85e9b
Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253441 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/Linker/LinkModules.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp