Verifier: Remove unnecessary double-checks
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 16 Mar 2015 20:24:02 +0000 (20:24 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 16 Mar 2015 20:24:02 +0000 (20:24 +0000)
commitc77560e2190c991f0e8b0c73e8931f19c03307e6
tree4646f09222accfa9e4960ed4c5920d27c806eb1a
parent6250724c8788930e1f81a20d8b24fdef656a117e
Verifier: Remove unnecessary double-checks

Turns out `visitIntrinsicFunctionCall()` descends into all operands
already, so explicitly descending in `visitDbgIntrinsic()` (part of
r232296) isn't useful.

Updating a testcase that doesn't really need `-verify-debug-info` (since
r231082) as confirmation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232408 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp
test/DebugInfo/piece-verifier.ll