aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/FunctionInlining.h
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/FunctionInlining.h
parent9effd69ca2fe4d20b8a0dcbf4f9d5d4a402c536d (diff)
downloadexternal_llvm-986fced5f9b3ef06f514cba66db499acffdc9711.tar.gz
external_llvm-986fced5f9b3ef06f514cba66db499acffdc9711.tar.bz2
external_llvm-986fced5f9b3ef06f514cba66db499acffdc9711.zip
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/FunctionInlining.h')
-rw-r--r--include/llvm/Transforms/FunctionInlining.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/FunctionInlining.h b/include/llvm/Transforms/FunctionInlining.h
index 373708d6b0..520cc7fe6c 100644
--- a/include/llvm/Transforms/FunctionInlining.h
+++ b/include/llvm/Transforms/FunctionInlining.h
@@ -7,7 +7,7 @@
#ifndef LLVM_OPT_METHOD_INLINING_H
#define LLVM_OPT_METHOD_INLINING_H
-#include "llvm/Transforms/Pass.h"
+#include "llvm/Pass.h"
#include "llvm/BasicBlock.h"
class CallInst;