summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-10-22 18:31:12 +0000
committerDevang Patel <dpatel@apple.com>2010-10-22 18:31:12 +0000
commitdb3910000a357f0280cc803dc5af52420c3d2e25 (patch)
tree59876189e6a2f6edcb0c780df27a7c19883a7e97 /clang
parent08dd8c8295005b542aaf3e6ea403425c819eaa82 (diff)
downloadbcm5719-llvm-db3910000a357f0280cc803dc5af52420c3d2e25.tar.gz
bcm5719-llvm-db3910000a357f0280cc803dc5af52420c3d2e25.zip
Revert unintentional check-in.
llvm-svn: 117120
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 88e3e0fd7d1..241b25f2e5f 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/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);
OpenPOWER on IntegriCloud