Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Function...
authorVictor Hernandez <vhernandez@apple.com>
Mon, 18 Jan 2010 20:36:54 +0000 (20:36 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Mon, 18 Jan 2010 20:36:54 +0000 (20:36 +0000)
commit54630e1cef710e65751e2147cbdd2e018292c435
tree329e1f8c3c41542e63b1ccad6ee6c63526e725e6
parenteb231ce51dcbcbd464fa639f0dc0d2e39d487285
Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Function* variable and smallptrset since function-local metadata cannot be cyclic

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