summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-28 10:08:58 +0000
committerChris Lattner <sabre@nondot.org>2006-01-28 10:08:58 +0000
commit64f934f07f4e54b1620feac2da883705c9e3746a (patch)
tree7f95fc90118a742c1b695ef000f92bd265ece9dc /llvm
parentf34156e8cb30ae4564202d3b4b95e42be960a75d (diff)
downloadbcm5719-llvm-64f934f07f4e54b1620feac2da883705c9e3746a.tar.gz
bcm5719-llvm-64f934f07f4e54b1620feac2da883705c9e3746a.zip
add another variant
llvm-svn: 25743
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/SelectionDAG.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAG.h b/llvm/include/llvm/CodeGen/SelectionDAG.h
index 00e32615cc7..fcc4c40eef9 100644
--- a/llvm/include/llvm/CodeGen/SelectionDAG.h
+++ b/llvm/include/llvm/CodeGen/SelectionDAG.h
@@ -274,6 +274,8 @@ public:
SDOperand Op3);
SDOperand UpdateNodeOperands(SDOperand N, SDOperand Op1, SDOperand Op2,
SDOperand Op3, SDOperand Op4);
+ SDOperand UpdateNodeOperands(SDOperand N, SDOperand Op1, SDOperand Op2,
+ SDOperand Op3, SDOperand Op4, SDOperand Op5);
SDOperand UpdateNodeOperands(SDOperand N, const std::vector<SDOperand> &Op);
/// SelectNodeTo - These are used for target selectors to *mutate* the
OpenPOWER on IntegriCloud