aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 8298443b6c..8dc8ac1e3d 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -536,9 +536,6 @@ 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.