X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FAnalysis%2FPHITransAddr.h;h=f0f34f3a51f59243037de6908576860363a32659;hp=a2a1a8eefcef9b670916746fa13955bd6ac8f6fb;hb=74e437e7b1e30e86d453fb2317800b418d0290fd;hpb=c31dc2ec76e7f9c7ee75761a80f5090f9dfc8ca2 diff --git a/include/llvm/Analysis/PHITransAddr.h b/include/llvm/Analysis/PHITransAddr.h index a2a1a8eefce..f0f34f3a51f 100644 --- a/include/llvm/Analysis/PHITransAddr.h +++ b/include/llvm/Analysis/PHITransAddr.h @@ -91,7 +91,7 @@ public: /// Value *PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree &DT, - SmallVectorImpl &NewInsts); + SmallVectorImpl &NewInsts); void dump() const; @@ -111,7 +111,7 @@ private: /// Value *InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree &DT, - SmallVectorImpl &NewInsts); + SmallVectorImpl &NewInsts); /// AddAsInput - If the specified value is an instruction, add it as an input. Value *AddAsInput(Value *V) {