Chromium Code Reviews| Index: src/IceInst.h |
| diff --git a/src/IceInst.h b/src/IceInst.h |
| index e3262c83d8dee23590b63d96981806321ed45bf5..448ea60d20671f42d6c655da719257b65cbe7b59 100644 |
| --- a/src/IceInst.h |
| +++ b/src/IceInst.h |
| @@ -923,6 +923,8 @@ protected: |
| ~InstTarget() override {} |
| }; |
| +bool checkForRedundantAssign(const Variable *Dest, const Operand *Source); |
| + |
| } // end of namespace Ice |
| namespace llvm { |