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)
commit18e92078f2e190820071fb49d78ebe3fea3f299d
tree30e85fa089fd862230593d1ec754bbe447126e64
parent2095ffea412fca7e70a7e4d172604c27ed7aeef1
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.

llvm-svn: 232408
llvm/lib/IR/Verifier.cpp
llvm/test/DebugInfo/piece-verifier.ll