Do not pass in the same argument to the extracted function more than once, and
authorChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 16:26:18 +0000 (16:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 16:26:18 +0000 (16:26 +0000)
commit587992721c3112c94000722941748cf46cd0bce6
treeb192073f23d487ec48434f5f363dc06255c3c9bb
parent68bee938e539d884ee89ce4dfebbad777896960e
Do not pass in the same argument to the extracted function more than once, and
give the extracted function a more useful name than just foo_code.

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