summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/Expressions.h
diff options
context:
space:
mode:
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