]> granicus.if.org Git - clang/commit
Check the specific target to figure out if a constraint is a valid
authorEric Christopher <echristo@apple.com>
Fri, 17 Jun 2011 01:53:34 +0000 (01:53 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 17 Jun 2011 01:53:34 +0000 (01:53 +0000)
commite3e07a5b3490bc2977859d56bac211afac2236fb
treeaa12bb9ce1f8df23213fd22704e9c990155a529a
parentdda231a4a72f793476ce2fa5e9f420c5ba76d267
Check the specific target to figure out if a constraint is a valid
register constraint. Note that we're not checking if the register itself
is valid for the constraint.

Fixes rdar://9382985

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133226 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmt.cpp
test/CodeGen/arm-asm-variable.c [new file with mode: 0644]