Rename method

llvm-svn: 10593
This commit is contained in:
Chris Lattner 2003-12-23 09:41:45 +00:00
parent 30513e0a3a
commit bd03ac8567
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace {
OS << *I;
if ((*I)->getType() == Type::VoidTy) continue;
ExprType R = ClassifyExpression(*I);
ExprType R = ClassifyExpr(*I);
if (R.Var == *I) continue; // Doesn't tell us anything
OS << "\t\tExpr =";