fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::init
authorChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 05:41:46 +0000 (05:41 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Nov 2010 05:41:46 +0000 (05:41 +0000)
commitaa6e350c88b10d3cece4296be45ed6b458dcf05a
tree9be364b41d66c6e48f58defe7df524c76ce824e8
parentb75c651e22a63907b727664f044283bf9c9fb885
fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::init

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