diff options
| author | Owen Anderson <resistor@mac.com> | 2009-07-06 23:00:19 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2009-07-06 23:00:19 +0000 |
| commit | 38264b155441a07cfa7bab19829d34a83f080c7b (patch) | |
| tree | 1ede0f4bc4a0a43460de2150fd501356b02224af /llvm/lib/Analysis/ValueTracking.cpp | |
| parent | 0ee2913215f1716d8d9112305a391d02f6762103 (diff) | |
| download | bcm5719-llvm-38264b155441a07cfa7bab19829d34a83f080c7b.tar.gz bcm5719-llvm-38264b155441a07cfa7bab19829d34a83f080c7b.zip | |
"LLVMContext* " --> "LLVMContext *"
llvm-svn: 74878
Diffstat (limited to 'llvm/lib/Analysis/ValueTracking.cpp')
| -rw-r--r-- | llvm/lib/Analysis/ValueTracking.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp index 2d590f5df22..ddf17524497 100644 --- a/llvm/lib/Analysis/ValueTracking.cpp +++ b/llvm/lib/Analysis/ValueTracking.cpp @@ -835,7 +835,7 @@ bool llvm::CannotBeNegativeZero(const Value *V, unsigned Depth) { Value *BuildSubAggregate(Value *From, Value* To, const Type *IndexedType, SmallVector<unsigned, 10> &Idxs, unsigned IdxSkip, - LLVMContext* Context, + LLVMContext *Context, Instruction *InsertBefore) { const llvm::StructType *STy = llvm::dyn_cast<llvm::StructType>(IndexedType); if (STy) { @@ -914,7 +914,7 @@ Value *BuildSubAggregate(Value *From, const unsigned *idx_begin, /// If InsertBefore is not null, this function will duplicate (modified) /// insertvalues when a part of a nested struct is extracted. Value *llvm::FindInsertedValue(Value *V, const unsigned *idx_begin, - const unsigned *idx_end, LLVMContext* Context, + const unsigned *idx_end, LLVMContext *Context, Instruction *InsertBefore) { // Nothing to index? Just return V then (this is useful at the end of our // recursion) |

