diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-09-28 01:28:56 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-09-28 01:28:56 +0000 |
commit | 28cab383fd9e7647d2186340eca769303cc4fbdb (patch) | |
tree | 5bb5abae694c920faa44ddd68279b063f0fd4a6a /lib/CodeGen/CodeGenFunction.h | |
parent | 2a674e8e443b7a3e77957078248fb52b3b1ec321 (diff) |
Accidentally committed some temporary changes on my branch when reverting patches.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
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. |