diff options
| author | Devang Patel <dpatel@apple.com> | 2009-04-16 17:55:30 +0000 | 
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-04-16 17:55:30 +0000 | 
| commit | dab01f3fd650f3e19753d998f31390346419f950 (patch) | |
| tree | 90d898e34d87930f1f5f59c61b426d7e1a8a372e /llvm/lib/Analysis/ScalarEvolutionExpander.cpp | |
| parent | 1a99f441e64c853f5f7a029c4e159db8209aa685 (diff) | |
| download | bcm5719-llvm-dab01f3fd650f3e19753d998f31390346419f950.tar.gz bcm5719-llvm-dab01f3fd650f3e19753d998f31390346419f950.zip | |
Do not treat beginning of inlined scope as beginning of normal function scope if the location info is missing.
Insetad of doing ...
if (inlined_subroutine && known_location)
  DW_TAG_inline_subroutine
else
  DW_TAG_subprogram
do
if (inlined_subroutine) {
 if (known_location)
   DW_TAG_inline_subroutine
} else {
 DW_TAG_subprogram
}
llvm-svn: 69300
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolutionExpander.cpp')
0 files changed, 0 insertions, 0 deletions

