summaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/IPO
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-18 20:19:09 +0000
committerChris Lattner <sabre@nondot.org>2001-10-18 20:19:09 +0000
commit986fced5f9b3ef06f514cba66db499acffdc9711 (patch)
tree8fa2100224cf78ba4f631482abc6ade7d6be448a /include/llvm/Transforms/IPO
parent9effd69ca2fe4d20b8a0dcbf4f9d5d4a402c536d (diff)
downloadexternal_llvm-986fced5f9b3ef06f514cba66db499acffdc9711.zip
external_llvm-986fced5f9b3ef06f514cba66db499acffdc9711.tar.gz
external_llvm-986fced5f9b3ef06f514cba66db499acffdc9711.tar.bz2
move llvm/Transforms/Pass.h to the top level llvm/Pass.h file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/IPO')
-rw-r--r--include/llvm/Transforms/IPO/ConstantMerge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO/ConstantMerge.h b/include/llvm/Transforms/IPO/ConstantMerge.h
index e98e375..4ebbfd3 100644
--- a/include/llvm/Transforms/IPO/ConstantMerge.h
+++ b/include/llvm/Transforms/IPO/ConstantMerge.h
@@ -17,7 +17,7 @@
#ifndef LLVM_TRANSFORMS_CONSTANTMERGE_H
#define LLVM_TRANSFORMS_CONSTANTMERGE_H
-#include "llvm/Transforms/Pass.h"
+#include "llvm/Pass.h"
#include <map>
class ConstPoolVal;
class GlobalVariable;