]> granicus.if.org Git - clang/commitdiff
Revert unintentional check-in.
authorDevang Patel <dpatel@apple.com>
Fri, 22 Oct 2010 18:31:12 +0000 (18:31 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 22 Oct 2010 18:31:12 +0000 (18:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117120 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 88e3e0fd7d10d84abb9ac45ce88076546feb2678..241b25f2e5fa4bcb1cf09be88076a320e11929c0 100644 (file)
@@ -766,7 +766,7 @@ CGDebugInfo::CreateCXXMemberFunction(const CXXMethodDecl *Method,
                                   MethodLinkageName,
                                   MethodDefUnit, MethodLine,
                                   MethodTy, /*isLocalToUnit=*/false, 
-                                  Method->hasInlineBody(),
+                                  /* isDefinition=*/ false,
                                   Virtuality, VIndex, ContainingType,
                                   Flags,
                                   CGM.getLangOptions().Optimize);