DbgIntrinsicInst: Downcast to specialized MDNodes in accessors
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 15 Mar 2015 01:23:20 +0000 (01:23 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 15 Mar 2015 01:23:20 +0000 (01:23 +0000)
commit40510a07cf8b104a395fc469df3d39ee1a5c840f
treecbbf3306e8f0712761e4cf795e07dfaa243529ea
parent538fbf66f63c799bc5a794769b13f36b1f3124b3
DbgIntrinsicInst: Downcast to specialized MDNodes in accessors

Change accessors to downcast to `MDLocalVariable` and `MDExpression`,
now that we have -verify checks in place to confirm that it's safe.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232299 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Metadata.h
lib/IR/Verifier.cpp