[llvm-commits] [llvm] r100980 - /llvm/trunk/include/llvm/Analysis/PointerTracking.h
Dan Gohman
gohman at apple.com
Sun Apr 11 12:27:52 PDT 2010
Author: djg
Date: Sun Apr 11 14:27:52 2010
New Revision: 100980
URL: http://llvm.org/viewvc/llvm-project?rev=100980&view=rev
Log:
Fix a #include.
Modified:
llvm/trunk/include/llvm/Analysis/PointerTracking.h
Modified: llvm/trunk/include/llvm/Analysis/PointerTracking.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/PointerTracking.h?rev=100980&r1=100979&r2=100980&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/PointerTracking.h (original)
+++ llvm/trunk/include/llvm/Analysis/PointerTracking.h Sun Apr 11 14:27:52 2010
@@ -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"
More information about the llvm-commits
mailing list