OSDN Git Service

Fix a #include.
authorDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 19:27:52 +0000 (19:27 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 11 Apr 2010 19:27:52 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100980 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/PointerTracking.h

index a14bbf0..6c4f838 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef LLVM_ANALYSIS_POINTERTRACKING_H
 #define LLVM_ANALYSIS_POINTERTRACKING_H
 
-#include "llvm/ADT/SmallSet.h"
+#include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/Analysis/Dominators.h"
 #include "llvm/Instructions.h"
 #include "llvm/Pass.h"