Move isSuccessor() offline, change it to use std::find.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 17 May 2007 23:58:53 +0000 (23:58 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 17 May 2007 23:58:53 +0000 (23:58 +0000)
commit4f098788d303bed05da6000f3ff24177aad56623
tree6fe50ff4c65a82c55c5905d53a83c86b07938df5
parent413f2f961af246ff6422726fb8071555c6cacb44
Move isSuccessor() offline, change it to use std::find.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37190 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MachineBasicBlock.cpp