]> granicus.if.org Git - clang/commit
david conrad points out that {|} in inline assembly on arm are not asm
authorChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 16:29:58 +0000 (16:29 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 23 Apr 2010 16:29:58 +0000 (16:29 +0000)
commit9bffb0701d02a10e77e1ac0f196074eed6466ed0
treea9b3c3913b15036affbcaee8ee53e03bb9379dad
parentd57a38ee02c285d69d05fed6df0d7406b2517888
david conrad points out that {|} in inline assembly on arm are not asm
variants.  This fixes neon inline asm which my patch for PR6780 broke.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102181 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetInfo.h
lib/AST/Stmt.cpp
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
test/CodeGen/arm_asm_clobber.c