Initialize the barrier pass llvm::initializeIPO
authorHal Finkel <hfinkel@anl.gov>
Thu, 12 Dec 2013 20:45:08 +0000 (20:45 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 12 Dec 2013 20:45:08 +0000 (20:45 +0000)
commit8cd46c06f2e040738abe909bd9e90d87dc19a593
tree0be3ce1e805ddbb7de2d390498dd1ed2cbdec6d6
parent0dbb28f0761ba63cb0581bd9139be7281eb6ee00
Initialize the barrier pass llvm::initializeIPO

The barrier pass is a temporary hack, and should go away soon. Nevertheless, if
we don't initialize it, then opt will not understand -barrier, and this will
break bugpoint (because when it dumps the passes from the default pass manager
-barrier will be there).

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