summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-03-25 17:42:20 +0000
committerBill Wendling <isanbard@gmail.com>2013-03-25 17:42:20 +0000
commit026a7cdb2e87347eb3502b3754bd6ce9298d56ad (patch)
tree5797a602c9f914c310c16c3a9e099d4f12b056b9 /llvm/lib/Target/CppBackend
parentceba071330ec0004d5d44cdb0ba9728df231c223 (diff)
downloadbcm5719-llvm-026a7cdb2e87347eb3502b3754bd6ce9298d56ad.tar.gz
bcm5719-llvm-026a7cdb2e87347eb3502b3754bd6ce9298d56ad.zip
Remove assert. There may be target-dependent attributes left.
llvm-svn: 177878
Diffstat (limited to 'llvm/lib/Target/CppBackend')
-rw-r--r--llvm/lib/Target/CppBackend/CPPBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/CppBackend/CPPBackend.cpp b/llvm/lib/Target/CppBackend/CPPBackend.cpp
index 604abf93ccf..3e69098edcc 100644
--- a/llvm/lib/Target/CppBackend/CPPBackend.cpp
+++ b/llvm/lib/Target/CppBackend/CPPBackend.cpp
@@ -518,7 +518,6 @@ void CppWriter::printAttributes(const AttributeSet &PAL,
attrs.removeAttribute(Attribute::StackAlignment);
}
- assert(!attrs.hasAttributes() && "Unhandled attribute!");
Out << "PAS = AttributeSet::get(mod->getContext(), ";
if (index == ~0U)
Out << "~0U,";
OpenPOWER on IntegriCloud