aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r--lib/CodeGen/CGDebugInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp
index 7f9f349746..70a6f6607e 100644
--- a/lib/CodeGen/CGDebugInfo.cpp
+++ b/lib/CodeGen/CGDebugInfo.cpp
@@ -46,8 +46,8 @@ CGDebugInfo::CGDebugInfo(CodeGenModule *m)
, GlobalVariableAnchor(NULL)
, RegionStack()
, VariableDescList()
-, GlobalVarDescList(NULL)
-, EnumDescList(NULL)
+, GlobalVarDescList()
+, EnumDescList()
, Subprogram(NULL)
{
SR = new llvm::DISerializer();