]> granicus.if.org Git - clang/commit
Fix assertion failure in CodeGen where the input operand to an asm
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 29 Jul 2011 00:24:50 +0000 (00:24 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 29 Jul 2011 00:24:50 +0000 (00:24 +0000)
commit93f1322684e928a559286ba1c7cb83af077aa658
treeb4fa0cc965438ebfb319f8207edae00f30b39f74
parent9aab1489866a5afe1a8a3267f9ad7124034fd644
Fix assertion failure in CodeGen where the input operand to an asm
instruction is tied to an output operand which is a pointer, and
the input operand is narrower than the output operand.

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