]> granicus.if.org Git - clang/commit
Add a missing 'break' to ensure that we reject inline assembly
authorEric Christopher <echristo@apple.com>
Thu, 16 Aug 2012 23:50:41 +0000 (23:50 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 16 Aug 2012 23:50:41 +0000 (23:50 +0000)
commita0dfca1f030b06c7f547238f63bfedc969994fcc
tree71d92494c3dbe4518526c89e0f9947753848b10b
parent2502ec84432fc38db63b7f80d90fabf6ebd83039
Add a missing 'break' to ensure that we reject inline assembly
constraints we don't recognize.

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