Use the common API for adding instructions to basic blocks instead of
authorDan Gohman <gohman@apple.com>
Thu, 19 Jun 2008 17:53:32 +0000 (17:53 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 19 Jun 2008 17:53:32 +0000 (17:53 +0000)
commit52d36e6f87fbb77ef89f1c73905993cf88f52a22
treebed3b6e108bf7973acde26c5399352603769f322
parent9da52dce892ff57f40aab29acf909f9b2fba7906
Use the common API for adding instructions to basic blocks instead of
using BasicBlock::getInstList.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52500 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/LowerSetJmp.cpp