aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2008-06-08 10:16:34 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2008-06-08 10:16:34 +0000
commit3cd1a2dc07014aa6b675030823690cf06619a745 (patch)
tree4c062147d23de776c1f2fb24c0fe9bb2d3daa821 /lib/CodeGen/CGDebugInfo.cpp
parent2659052c5d32deea3994d14f3c7d330666174a6f (diff)
fix compiler warnings
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52089 91177308-0d34-0410-b5e6-96231b3b80d8
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();