- Eliminate the last traces of the 'analysis' namespace
[oota-llvm.git] / include / llvm / Analysis / Expressions.h
index f64f8f14f86fe323cbd82f721384ffd3c2dd63e2..6d1d686ad2527c47b938c43c9fdcae9d7cdbba6b 100644 (file)
@@ -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