commit | 124095bb18fcd56e53d80a156199995096f3ff0f | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Aug 31 22:00:32 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Aug 31 22:00:32 2009 +0000 |
tree | 0b1fb4d9da52ff00c05be0723179eda901317e41 | |
parent | 869529c58c7b84080e7ce6eb4de5909dcedf0f21 [diff] [blame] |
Rename DIBlock as DILexicalBlock. llvm-svn: 80634
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index f39055f..c4759b9 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -870,7 +870,7 @@ 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()); }