diff options
author | Devang Patel <dpatel@apple.com> | 2012-02-06 18:20:02 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2012-02-06 18:20:02 +0000 |
commit | 60fc2425457f43f38edf5b310551f996f4f42df8 (patch) | |
tree | bc52165f6ad7e50f2c9dcd1630315d8e581969e8 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 9ebc0896e1d22c971672ba6a3e7dbc2b869fe2af (diff) | |
download | bcm5719-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.cpp | 3 |
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); } |