mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
Rename method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10593 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a0a41f224
commit
ac1ccae982
@ -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 =";
|
||||
|
@ -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…
Reference in New Issue
Block a user