]> granicus.if.org Git - clang/commit
If we have mismatched integer tied operands, but the operand
authorChris Lattner <sabre@nondot.org>
Sun, 3 May 2009 07:04:21 +0000 (07:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 May 2009 07:04:21 +0000 (07:04 +0000)
commitf69fcaeb3843297757251a19f0a6f5bbffed7f32
treece12cd54e42c236839d1df901b6cc61779b492c5
parentfa780fc4a4983003633c9b560387266101839923
If we have mismatched integer tied operands, but the operand
number is not mentioned in the asm string, let it past sema.
Right now these are currently rejected by the llvm code generator
but this will be fixed next.

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