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 | db3910000a357f0280cc803dc5af52420c3d2e25 (patch) | |
tree | 59876189e6a2f6edcb0c780df27a7c19883a7e97 /clang | |
parent | 08dd8c8295005b542aaf3e6ea403425c819eaa82 (diff) | |
download | bcm5719-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.cpp | 2 |
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); |