diff options
Diffstat (limited to 'lib/CodeGen/CGBlocks.h')
-rw-r--r-- | lib/CodeGen/CGBlocks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGBlocks.h b/lib/CodeGen/CGBlocks.h index ce721a4640..a5f2aa9e69 100644 --- a/lib/CodeGen/CGBlocks.h +++ b/lib/CodeGen/CGBlocks.h @@ -122,6 +122,7 @@ public: struct HelperInfo { int index; int flag; + const BlockDeclRefExpr *cxxvar_import; bool RequiresCopying; }; |