mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Rename method
llvm-svn: 10593
This commit is contained in:
parent
099e1f16b8
commit
148767d3bd
@ -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 =";
|
||||
|
Loading…
x
Reference in New Issue
Block a user