Rename isNoReturn to doesNotReturn, and isNoUnwind to
authorDuncan Sands <baldrick@free.fr>
Tue, 18 Dec 2007 09:59:50 +0000 (09:59 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 18 Dec 2007 09:59:50 +0000 (09:59 +0000)
commit2b0e8990ab33ec2dad21286d3ce01dbb4bbe63c1
treebb69bcade78ca0c84fd5e621d5d07feeeb094dc0
parentf311f53a0fbe6063d32ad0767e005c2727feb365
Rename isNoReturn to doesNotReturn, and isNoUnwind to
doesNotThrow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45160 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/SimplifyCFG.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/VMCore/Instructions.cpp