Revert "Teach the IR verifier to reject conflicting debug info for function arguments."
authorAdrian Prantl <aprantl@apple.com>
Thu, 23 Feb 2017 19:13:48 +0000 (19:13 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 23 Feb 2017 19:13:48 +0000 (19:13 +0000)
commit84277628a694e5d4662706d3b0b17418bbbad419
tree1c1e6fb29799b2ea120ff3562673fefa2d4460d8
parentb41562fd38d61ab60bd00016bdc7c48d8572310f
Revert "Teach the IR verifier to reject conflicting debug info for function arguments."

This reverts commit r295749 while investigating PR32042.

It looks like this check uncovered a problem in the frontend that
needs to be fixed before the check can be enabled again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp
test/Verifier/fnarg-debuginfo.ll [deleted file]