Chromium Code Reviews| Index: src/IceTargetLoweringX86Base.h |
| diff --git a/src/IceTargetLoweringX86Base.h b/src/IceTargetLoweringX86Base.h |
| index 4ce2ec188408cd259b64eb5cb5d7db1448cddd0c..8e82fbbf3a91f764fa4080bebd70c5acf4c829b4 100644 |
| --- a/src/IceTargetLoweringX86Base.h |
| +++ b/src/IceTargetLoweringX86Base.h |
| @@ -713,6 +713,9 @@ private: |
| (static_cast<Machine *>(this)->*Method)(std::forward<Args>(args)...); |
| } |
| + void lowerShift64(InstArithmetic::OpKind op, Operand *Src0Lo, Operand *Src0Hi, |
|
Jim Stichnoth
2015/09/22 23:49:27
Name the arg "Op" per LLVM coding style.
sehr
2015/09/23 16:02:45
Done.
|
| + Operand *Src1Lo, Variable *DestLo, Variable *DestHi); |
| + |
| BoolFolding FoldingInfo; |
| }; |
| } // end of namespace X86Internal |