diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2017-04-26 16:37:51 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2017-04-26 16:37:51 +0000 |
commit | a84ae0b943bacec50f952a30461bdfa9d482ead1 (patch) | |
tree | 753401ee6de7cde2a6fe6f4625ff8ce5ab7b543b /clang/lib/CodeGen/CGObjCMac.cpp | |
parent | 2cbeb00f3842042accf64fcfc58be6ea3eba42fc (diff) | |
download | bcm5719-llvm-a84ae0b943bacec50f952a30461bdfa9d482ead1.tar.gz bcm5719-llvm-a84ae0b943bacec50f952a30461bdfa9d482ead1.zip |
Revert "Update to LLVM's use of WeakTrackingVH; NFC"
This reverts commit r301427.
llvm-svn: 301430
Diffstat (limited to 'clang/lib/CodeGen/CGObjCMac.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGObjCMac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp index 70d24b79133..43b347ce353 100644 --- a/clang/lib/CodeGen/CGObjCMac.cpp +++ b/clang/lib/CodeGen/CGObjCMac.cpp @@ -886,7 +886,7 @@ protected: /// Cached reference to the class for constant strings. This value has type /// int * but is actually an Obj-C class pointer. - llvm::WeakTrackingVH ConstantStringClassRef; + llvm::WeakVH ConstantStringClassRef; /// \brief The LLVM type corresponding to NSConstantString. llvm::StructType *NSConstantStringType = nullptr; |