Add "inreg" field to CallSDNode (doesn't increase
[oota-llvm.git] / lib / Target / IA64 / IA64ISelLowering.h
index bce7ce788d9e353149f92e22a1e6065500688dff..b8b876c51b79e75b54a3f1a91d743f0422e308b1 100644 (file)
@@ -60,7 +60,7 @@ namespace llvm {
     /// actual call.
     virtual std::pair<SDValue, SDValue>
       LowerCallTo(SDValue Chain, const Type *RetTy,
-                  bool RetSExt, bool RetZExt, bool isVarArg,
+                  bool RetSExt, bool RetZExt, bool isVarArg, bool isInreg,
                   unsigned CC, bool isTailCall, 
                   SDValue Callee, ArgListTy &Args, SelectionDAG &DAG);