]> granicus.if.org Git - clang/commit
Fix PR3682 by just disabling a broken assertion. This check should be
authorChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 06:42:37 +0000 (06:42 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 06:42:37 +0000 (06:42 +0000)
commit88beebe6ecab1810c3f62f0b5f8be796855861cc
tree4f451348047e7fcd8fc38b99acb9041a734995b7
parent02af974dca0f855dc36d8a8c26bb87f373310815
Fix PR3682 by just disabling a broken assertion.  This check should be
done in sema, and is reflected by the existing PR3258.  In the meantime,
fix PR3682 by disabling a bogus assertion (which doesn't account for +
operands).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66533 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp
test/CodeGen/asm.c