diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-23 08:04:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-23 08:04:08 +0000 |
commit | 30513e0a3ade3cec63a8596acaf02b8b97595253 (patch) | |
tree | 0b59f2dc6368d27792e68c6c73c51037cfb5eb3b /llvm/lib/Transforms/TransformInternals.cpp | |
parent | f732b6b926804044b47be4ebb8ec82361f392d23 (diff) | |
download | bcm5719-llvm-30513e0a3ade3cec63a8596acaf02b8b97595253.tar.gz bcm5719-llvm-30513e0a3ade3cec63a8596acaf02b8b97595253.zip |
rename ClassifyExpression -> ClassifyExpr
llvm-svn: 10592
Diffstat (limited to 'llvm/lib/Transforms/TransformInternals.cpp')
-rw-r--r-- | llvm/lib/Transforms/TransformInternals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/TransformInternals.cpp b/llvm/lib/Transforms/TransformInternals.cpp index b553f03a41b..e02bd8bbccb 100644 --- a/llvm/lib/Transforms/TransformInternals.cpp +++ b/llvm/lib/Transforms/TransformInternals.cpp @@ -104,7 +104,7 @@ const Type *ConvertibleToGEP(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. // - ExprType Expr = ClassifyExpression(OffsetVal); + ExprType Expr = ClassifyExpr(OffsetVal); // Get the offset and scale values if they exists... // A scale of zero with Expr.Var != 0 means a scale of 1. |