summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-03 19:42:02 +0000
committerOwen Anderson <resistor@mac.com>2009-07-03 19:42:02 +0000
commitfa5cbd6d0fbda23fd669c8718e07b19001b2d21a (patch)
tree5875268d45e9e6de6b9a270487eaf3351e39db6d /include/llvm/LLVMContext.h
parent715029478c0a54cab2c366816d11d712bf51efc5 (diff)
downloadllvm-fa5cbd6d0fbda23fd669c8718e07b19001b2d21a.tar.gz
llvm-fa5cbd6d0fbda23fd669c8718e07b19001b2d21a.tar.bz2
llvm-fa5cbd6d0fbda23fd669c8718e07b19001b2d21a.tar.xz
Even more passes being LLVMContext'd.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/LLVMContext.h')
-rw-r--r--include/llvm/LLVMContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/LLVMContext.h b/include/llvm/LLVMContext.h
index 76b0ac8177..efe12cccb6 100644
--- a/include/llvm/LLVMContext.h
+++ b/include/llvm/LLVMContext.h
@@ -178,7 +178,7 @@ public:
const std::vector<Constant*>& V);
Constant* getConstantVector(const std::vector<Constant*>& V);
Constant* getConstantVector(Constant* const* Vals, unsigned NumVals);
- ConstantVector* getConstantVectorAllOnes(const VectorType* Ty);
+ ConstantVector* getConstantVectorAllOnesValue(const VectorType* Ty);
// MDNode accessors
MDNode* getMDNode(Value* const* Vals, unsigned NumVals);