Propagation in TargetLowering. Includes passing a DL
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
index 5005df3c7997ab03ef63339f6cfa4166c5c7f8b7..6639db1e00ede35f5a733ede3062629111951e86 100644 (file)
@@ -789,7 +789,7 @@ public:
   /// and cc. If it is unable to simplify it, return a null SDValue.
   SDValue SimplifySetCC(MVT VT, SDValue N0, SDValue N1,
                           ISD::CondCode Cond, bool foldBooleans,
-                          DAGCombinerInfo &DCI) const;
+                          DAGCombinerInfo &DCI, DebugLoc dl) const;
 
   /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
   /// node is a GlobalAddress + offset.