diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 8dc8ac1e3d..8298443b6c 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -536,6 +536,9 @@ public: llvm::BasicBlock *getInvokeDestImpl(); + // Build a vector out of the supplied Values. + llvm::Value *BuildVector(const llvm::SmallVectorImpl<llvm::Value*> &Ops); + public: /// ObjCEHValueStack - Stack of Objective-C exception values, used for /// rethrows. |