If the function has no machine instructions, then emit a "nop" so that
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Jan 2008 09:15:03 +0000 (09:15 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Jan 2008 09:15:03 +0000 (09:15 +0000)
commit200e90c74bff0b533c87e2d781815fa61af7b4d6
tree595e6b786abc35df37c9994c0e24c05e9a4dc198
parent0818ea8317854db0626fc891a9b2c068e2acefa4
If the function has no machine instructions, then emit a "nop" so that
the function label isn't associated with something it shouldn't be.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46449 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp