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)
commit25cf28fd7b1920dc3a92cc6f7c846a949d127dea
tree8ecd20eb29b3cccacea80487399852273690b47b
parentc3f2d3faa3c2c3985b6b7de782a442602c06ba5f
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.

llvm-svn: 232299
llvm/include/llvm/IR/IntrinsicInst.h
llvm/include/llvm/IR/Metadata.h
llvm/lib/IR/Verifier.cpp