Change the verifier to never throw an exception. Instead verifyModule canoptionally...
authorChris Lattner <sabre@nondot.org>
Thu, 6 Jul 2006 18:02:27 +0000 (18:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 Jul 2006 18:02:27 +0000 (18:02 +0000)
commit05ac92ca7d448ff9270cdeecd182653477708517
tree98ab4d6907cc940ec14f4510ecde36ffd6e43887
parent1d662a6afcbf8afb809e7f40093d2e9e0a888fdc
Change the verifier to never throw an exception.  Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29017 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/Analyzer.cpp
lib/VMCore/Verifier.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm2cpp/llvm2cpp.cpp