aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Expressions.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-30 22:53:53 +0000
committerChris Lattner <sabre@nondot.org>2002-08-30 22:53:53 +0000
commitc74cb8698f1771603a6ab008277a407c55e47753 (patch)
tree9497db4fb301ee674021fe83d8bfdd8c6392be2e /include/llvm/Analysis/Expressions.h
parent2964f3624c38247d1954927754c1933400dae0d6 (diff)
- Eliminate the last traces of the 'analysis' namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/Expressions.h')
-rw-r--r--include/llvm/Analysis/Expressions.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Analysis/Expressions.h b/include/llvm/Analysis/Expressions.h
index f64f8f14f8..6d1d686ad2 100644
--- a/include/llvm/Analysis/Expressions.h
+++ b/include/llvm/Analysis/Expressions.h
@@ -15,8 +15,6 @@ class Type;
class Value;
class ConstantInt;
-namespace analysis {
-
struct ExprType;
// ClassifyExpression: Analyze an expression to determine the complexity of the
@@ -52,6 +50,4 @@ struct ExprType {
const Type *getExprType(const Type *Default) const;
};
-} // End namespace analysis
-
#endif