summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2012-02-06 18:20:02 +0000
committerDevang Patel <dpatel@apple.com>2012-02-06 18:20:02 +0000
commit60fc2425457f43f38edf5b310551f996f4f42df8 (patch)
treebc52165f6ad7e50f2c9dcd1630315d8e581969e8 /clang/lib/CodeGen/CGDebugInfo.cpp
parent9ebc0896e1d22c971672ba6a3e7dbc2b869fe2af (diff)
downloadbcm5719-llvm-60fc2425457f43f38edf5b310551f996f4f42df8.tar.gz
bcm5719-llvm-60fc2425457f43f38edf5b310551f996f4f42df8.zip
Let an ivar directly refer property TAG.
llvm-svn: 149881
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 0ec74cff832..addc254128a 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -1373,8 +1373,7 @@ llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty,
FieldTy = DBuilder.createObjCIVar(FieldName, FieldDefUnit,
FieldLine, FieldSize, FieldAlign,
FieldOffset, Flags, FieldTy,
- PropertyName, PropertyGetter,
- PropertySetter, PropertyAttributes);
+ PropertyNode);
EltTys.push_back(FieldTy);
}
OpenPOWER on IntegriCloud