We have decided not to support inline asm where an output operand with a matching...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 16 Dec 2008 18:21:39 +0000 (18:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 16 Dec 2008 18:21:39 +0000 (18:21 +0000)
commit09dc9c0c8363a689aa5559ae0e3ac33e381c2bb2
tree7a4b901db8a1ea17926f451addd27abd09b615f9
parent8069f28a5de0a437b84b24896782c2a9a3a5bb18
We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61092 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll