If location where the function was inlined is not know then do not emit debug info...
authorDevang Patel <dpatel@apple.com>
Thu, 16 Apr 2009 01:31:54 +0000 (01:31 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 16 Apr 2009 01:31:54 +0000 (01:31 +0000)
commit682e0e6a72af42f31e6fcf329c7bb5cfaff7459d
tree089184f8fdfccc366d2c0860c46f4db2c5821d8f
parentd0d3494b2f279a2a8be8642c87c1d3f210dd437f
If location where the function was inlined is not know then do not emit debug info describing inlinied region.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69252 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp