OSDN Git Service

Remove ICmpInst::isSignedPredicate which was a reimplementation
authorNick Lewycky <nicholas@mxc.ca>
Sun, 25 Oct 2009 05:20:17 +0000 (05:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 25 Oct 2009 05:20:17 +0000 (05:20 +0000)
commit4a134afaef984c403f6d6b1da4d301666d899b92
tree181f785013801636933b7905fb391d7d8f98a9e3
parent44df023d5f56e301d6280df20e36e68b1c4a761e
Remove ICmpInst::isSignedPredicate which was a reimplementation
CmpInst::isSigned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85037 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instructions.h
lib/Target/CBackend/CBackend.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/LoopIndexSplit.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/VMCore/Instructions.cpp