- Eliminate the last traces of the 'analysis' namespace
[oota-llvm.git] / lib / Transforms / TransformInternals.cpp
index f8476231cf9b3e6dfcd5bd370b6d77cbe4298e04..3f61864c9c53a918d3c16398fcd1ba4975a9638e 100644 (file)
@@ -94,7 +94,7 @@ const Type *ConvertableToGEP(const Type *Ty, Value *OffsetVal,
   // See if the cast is of an integer expression that is either a constant,
   // or a value scaled by some amount with a possible offset.
   //
-  analysis::ExprType Expr = analysis::ClassifyExpression(OffsetVal);
+  ExprType Expr = ClassifyExpression(OffsetVal);
 
   // Get the offset and scale values if they exists...
   // A scale of zero with Expr.Var != 0 means a scale of 1.