Fix issue with r203865. The old behaviour would get a MachineOperand then find the...
authorPete Cooper <peter_cooper@apple.com>
Fri, 14 Mar 2014 02:28:05 +0000 (02:28 +0000)
committerPete Cooper <peter_cooper@apple.com>
Fri, 14 Mar 2014 02:28:05 +0000 (02:28 +0000)
commit757ed6daf4c7720cddebdc3f502f7ecb110ded72
tree7509106738201efa447e897ceb47fc5abd684148
parentd63289bc9a905200ad1e4be1821c792b0a2ff971
Fix issue with r203865.  The old behaviour would get a MachineOperand then find the MI for the bundle the MI was in.  The new behaviour was failing to get the parent bundle and instead just used the MI from the MachineOperand

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InlineSpiller.cpp