craig.topper added inline comments.

================
Comment at: lib/CodeGen/CGBuiltin.cpp:9492
 static Value *EmitX86AddSubSatExpr(CodeGenFunction &CGF,
-                                   SmallVectorImpl<Value *> &Ops,
+                                   SmallVectorImpl<Value *> &Ops, bool 
IsSigned,
                                    bool IsAddition) {
----------------
While you're touching this line, can we just make that an ArrayRef instead of a 
SmallVectorImpl?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55890/new/

https://reviews.llvm.org/D55890



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to