Don't return true on a function with a void return type.
authorChad Rosier <mcrosier@apple.com>
Wed, 9 May 2012 17:38:47 +0000 (17:38 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 9 May 2012 17:38:47 +0000 (17:38 +0000)
commit26bbdeed6c50c57c4ab02a14edfea876dc71e3f4
tree596689639f10aee2f4af7daa51c2f25deb99fd0e
parentecee47eab409f6a6fada7ace3d9bee0a0146ac3f
Don't return true on a function with a void return type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156484 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Triple.cpp