Allow inline asm nodes with empty bodies inside JIT.
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 21 Aug 2008 17:33:01 +0000 (17:33 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 21 Aug 2008 17:33:01 +0000 (17:33 +0000)
commit62990bafa327cf8d95be19363f636ca60b505a91
tree47cac0cccf706559d89294101dafa8f56fc04f71
parentb6135a054d46c00e2ba604e8f509de48e6dcfde6
Allow inline asm nodes with empty bodies inside JIT.
This unbreaks explicit reg vars inside JIT, which are
implemented in such hacky way :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp