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 | 11191f11b8a4217f0a396ba0c6284cf4413f52e5 (patch) | |
tree | 010a3d721e386053ee5068665ef8ce24c0f299d6 /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 5a369128f66b30f8ce003c641dc40be0e87c09ca (diff) | |
download | bcm5719-llvm-11191f11b8a4217f0a396ba0c6284cf4413f52e5.tar.gz bcm5719-llvm-11191f11b8a4217f0a396ba0c6284cf4413f52e5.zip |
Accidentally committed some temporary changes on my branch when reverting patches.
llvm-svn: 114936
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 8298443b6c8..8dc8ac1e3d2 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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. |