Simplify by using startswith instead of substr.
authorChris Lattner <sabre@nondot.org>
Mon, 10 May 2010 20:58:42 +0000 (20:58 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 May 2010 20:58:42 +0000 (20:58 +0000)
commit775aba249500147d5dcf54caad61f519af139a1d
tree1d016e8b9a18bda05de6748d915c7fe4e2fcd8c5
parentfd450c026ae0e804da7025d3318551b203d584a9
Simplify by using startswith instead of substr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103430 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp