]> granicus.if.org Git - clang/commit
Allow 'o' and 'V' as constraints for output asm operands.
authorDale Johannesen <dalej@apple.com>
Tue, 7 Sep 2010 18:40:41 +0000 (18:40 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 7 Sep 2010 18:40:41 +0000 (18:40 +0000)
commit0f048a44b5280f5fae28b9363ed4eab618bb1083
treecca0adc6c3c99ddff6872d640929f075cfb713db
parent837b1a37116cf4e64f8bb7db34982dee1fba7647
Allow 'o' and 'V' as constraints for output asm operands.
Allow '<' and '>' as constraints for input or output.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113246 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/TargetInfo.cpp