The personality function should be a Function* and not just a Value*.
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 21:14:13 +0000 (21:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Jul 2011 21:14:13 +0000 (21:14 +0000)
commit7379b6650008fba555d5472d5c76e8efc59e8a21
tree7d817da4daae05b68a4da09bb3927cd7d8407702
parent6bd4842f89ef0f6a53b78664f9f3f2a1006117a9
The personality function should be a Function* and not just a Value*.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136392 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
include/llvm/Support/IRBuilder.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/VMCore/Core.cpp
lib/VMCore/Instructions.cpp