]> granicus.if.org Git - clang/commit
Fix assertion in inline assembler IR gen
authorAlexander Musman <alexander.musman@gmail.com>
Mon, 21 Sep 2015 14:41:00 +0000 (14:41 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Mon, 21 Sep 2015 14:41:00 +0000 (14:41 +0000)
commit01841ea1ce9afda895f26dcdb2f74994f52ed35c
tree17ab0ca1b68795a2ec34c25322ebeecff232c644
parent779826214297448d7678a8a2c20e90ea46e1b325
Fix assertion in inline assembler IR gen
Several inputs may not refer to one output constraint in inline assembler
insertions, clang was failing on assertion on such test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248158 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaStmtAsm.cpp
test/Sema/asm.c