diff options
| author | Devang Patel <dpatel@apple.com> | 2009-08-31 22:00:32 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-08-31 22:00:32 +0000 |
| commit | 124095bb18fcd56e53d80a156199995096f3ff0f (patch) | |
| tree | 0b1fb4d9da52ff00c05be0723179eda901317e41 /clang/lib/CodeGen/CGDebugInfo.cpp | |
| parent | 869529c58c7b84080e7ce6eb4de5909dcedf0f21 (diff) | |
| download | bcm5719-llvm-124095bb18fcd56e53d80a156199995096f3ff0f.tar.gz bcm5719-llvm-124095bb18fcd56e53d80a156199995096f3ff0f.zip | |
Rename DIBlock as DILexicalBlock.
llvm-svn: 80634
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index f39055fd873..c4759b965cb 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -870,7 +870,7 @@ void CGDebugInfo::EmitRegionStart(llvm::Function *Fn, CGBuilderTy &Builder) { llvm::DIDescriptor D; if (!RegionStack.empty()) D = RegionStack.back(); - D = DebugFactory.CreateBlock(D); + D = DebugFactory.CreateLexicalBlock(D); RegionStack.push_back(D); DebugFactory.InsertRegionStart(D, Builder.GetInsertBlock()); } |

