Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
This reverts r299875. A Linux bot came back with a test failure: http://bb.pgr.jp/builders/test-clang-i686-linux-RA/builds/741/steps/test_clang/logs/Clang%20%3A%3A%20CodeGen__2006-05-19-SingleEltReturn.c llvm-svn: 299878
This commit is contained in:
@@ -362,7 +362,8 @@ Function *CodeExtractor::constructFunction(const ValueSet &inputs,
|
||||
// "target-features" attribute allowing it to be lowered.
|
||||
// FIXME: This should be changed to check to see if a specific
|
||||
// attribute can not be inherited.
|
||||
AttrBuilder AB(oldFunction->getAttributes().getFnAttributes());
|
||||
AttributeList OldFnAttrs = oldFunction->getAttributes().getFnAttributes();
|
||||
AttrBuilder AB(OldFnAttrs, AttributeList::FunctionIndex);
|
||||
for (const auto &Attr : AB.td_attrs())
|
||||
newFunction->addFnAttr(Attr.first, Attr.second);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user