OSDN Git Service

manually copy debugloc over to a new instruction in clone() instead
authorChris Lattner <sabre@nondot.org>
Thu, 14 Jul 2011 18:57:51 +0000 (18:57 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Jul 2011 18:57:51 +0000 (18:57 +0000)
commit4baa510f48000308251a0d7c6be491d11c20d30b
tree23bea02aa731aae484804d1d10e52b3f1841417f
parent4692be11a9ecee983760b0420ef2775a4c3706dc
manually copy debugloc over to a new instruction in clone() instead
of calling getAllMetadata().  This is semantically identical, but doing
it this way avoids unpacking the DebugLoc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135173 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instruction.cpp