diff options
author | Devang Patel <dpatel@apple.com> | 2010-10-22 18:31:12 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-10-22 18:31:12 +0000 |
commit | 33133579550f97f33f05dad257b18b7961ff1ef1 (patch) | |
tree | 75dba26eb9b1b6e679e64ca1979ea73d5f30f4ca /lib/CodeGen/CGDebugInfo.cpp | |
parent | dd8c10fbd87f171e361a53c5835800369170123b (diff) |
Revert unintentional check-in.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 88e3e0fd7d..241b25f2e5 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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); |