Use correct format for LLVM header #includes.
[oota-llvm.git] / include / llvm / Analysis / MemoryDependenceAnalysis.h
index bfe7cbe4e00c95fc27e51ed89b13e3ffd9109510..d7d795e08a16eaa9469b5b0228a9b10b57008d5c 100644 (file)
@@ -171,9 +171,8 @@ namespace llvm {
     CachedNonLocalPointerInfo NonLocalPointerDeps;
 
     // A map from instructions to their non-local pointer dependencies.
-    // The elements of the SmallPtrSet are ValueIsLoadPair's.
     typedef DenseMap<Instruction*, 
-                     SmallPtrSet<void*, 4> > ReverseNonLocalPtrDepTy;
+                     SmallPtrSet<ValueIsLoadPair, 4> > ReverseNonLocalPtrDepTy;
     ReverseNonLocalPtrDepTy ReverseNonLocalPtrDeps;