Don't branch fold inline asm statements.
authorBill Wendling <isanbard@gmail.com>
Fri, 19 Oct 2007 21:09:55 +0000 (21:09 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 19 Oct 2007 21:09:55 +0000 (21:09 +0000)
commit80629c85f1041df41b5158ebb03a4725af6ecd90
tree8205a201289b28b8c61e611af09d640a9979a73b
parent7f5f6851c386e1f74d35ee708e4654ae1c1038b6
Don't branch fold inline asm statements.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43191 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BranchFolding.cpp
test/CFrontend/2007-10-15-VoidPtr.c
test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll [new file with mode: 0644]