summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ModuleAnalyzer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-27 00:03:19 +0000
committerChris Lattner <sabre@nondot.org>2001-11-27 00:03:19 +0000
commit5de2204fe84a89604a31253a299ab265dee76934 (patch)
tree142e5dd065732bf4cc8775f69ce0979230836e51 /llvm/lib/Analysis/ModuleAnalyzer.cpp
parentf679703feb9c4702a55f41caec15d5adf997cac9 (diff)
downloadbcm5719-llvm-5de2204fe84a89604a31253a299ab265dee76934.tar.gz
bcm5719-llvm-5de2204fe84a89604a31253a299ab265dee76934.zip
Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
Diffstat (limited to 'llvm/lib/Analysis/ModuleAnalyzer.cpp')
-rw-r--r--llvm/lib/Analysis/ModuleAnalyzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ModuleAnalyzer.cpp b/llvm/lib/Analysis/ModuleAnalyzer.cpp
index d5432163496..dc6ee710c45 100644
--- a/llvm/lib/Analysis/ModuleAnalyzer.cpp
+++ b/llvm/lib/Analysis/ModuleAnalyzer.cpp
@@ -12,7 +12,7 @@
#include "llvm/BasicBlock.h"
#include "llvm/DerivedTypes.h"
#include "llvm/ConstPoolVals.h"
-#include "llvm/Support/STLExtras.h"
+#include "Support/STLExtras.h"
#include <map>
// processModule - Driver function to call all of my subclasses virtual methods.
OpenPOWER on IntegriCloud