summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2017-05-01 17:08:00 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2017-05-01 17:08:00 +0000
commite369bd92da3d1cb1eb8ecd6c9530596f189f1e45 (patch)
tree8bcfc9827e45c3da07d7aafeef53205cae30df4e /clang/lib/CodeGen/CodeGenFunction.h
parentddebb703fc6e831f94d7305eab2e1e8547785a7f (diff)
downloadbcm5719-llvm-e369bd92da3d1cb1eb8ecd6c9530596f189f1e45.tar.gz
bcm5719-llvm-e369bd92da3d1cb1eb8ecd6c9530596f189f1e45.zip
Adapt to LLVM's rename of WeakVH to WeakTrackingVH; NFC
llvm-svn: 301815
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index f9bc4a1bc2d..b69640894f1 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -3471,9 +3471,10 @@ public:
/// GenerateCXXGlobalDtorsFunc - Generates code for destroying global
/// variables.
- void GenerateCXXGlobalDtorsFunc(llvm::Function *Fn,
- const std::vector<std::pair<llvm::WeakVH,
- llvm::Constant*> > &DtorsAndObjects);
+ void GenerateCXXGlobalDtorsFunc(
+ llvm::Function *Fn,
+ const std::vector<std::pair<llvm::WeakTrackingVH, llvm::Constant *>>
+ &DtorsAndObjects);
void GenerateCXXGlobalVarDeclInitFunc(llvm::Function *Fn,
const VarDecl *D,
OpenPOWER on IntegriCloud