forked from OSchip/llvm-project
parent
30513e0a3a
commit
bd03ac8567
|
@ -80,7 +80,7 @@ namespace {
|
||||||
OS << *I;
|
OS << *I;
|
||||||
|
|
||||||
if ((*I)->getType() == Type::VoidTy) continue;
|
if ((*I)->getType() == Type::VoidTy) continue;
|
||||||
ExprType R = ClassifyExpression(*I);
|
ExprType R = ClassifyExpr(*I);
|
||||||
if (R.Var == *I) continue; // Doesn't tell us anything
|
if (R.Var == *I) continue; // Doesn't tell us anything
|
||||||
|
|
||||||
OS << "\t\tExpr =";
|
OS << "\t\tExpr =";
|
||||||
|
|
Loading…
Reference in New Issue