IR: Declare LookupKey right before its use, NFC
[oota-llvm.git] / lib / Transforms / ObjCARC / DependencyAnalysis.cpp
index 4cede4f0f642f81d6d95b6c1742a307eaa895980..08c884293cc50a91345452ca4eea2c2a24f06d2a 100644 (file)
@@ -206,8 +206,8 @@ void
 llvm::objcarc::FindDependencies(DependenceKind Flavor,
                                 const Value *Arg,
                                 BasicBlock *StartBB, Instruction *StartInst,
-                                SmallPtrSetImpl<Instruction *> &DependingInsts,
-                                SmallPtrSetImpl<const BasicBlock *> &Visited,
+                                SmallPtrSet<Instruction *, 4> &DependingInsts,
+                                SmallPtrSet<const BasicBlock *, 4> &Visited,
                                 ProvenanceAnalysis &PA) {
   BasicBlock::iterator StartPos = StartInst;