summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-04-25 00:42:50 +0000
committerAdrian Prantl <aprantl@apple.com>2014-04-25 00:42:50 +0000
commit6e5de2ea0672810a2d9578f17825002989fa1b1a (patch)
tree8780eeec2c7b863e866091a1d355694fdd3f20ff /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent3512190ab3b8acb3ca035073aefec25f0a23a046 (diff)
downloadbcm5719-llvm-6e5de2ea0672810a2d9578f17825002989fa1b1a.tar.gz
bcm5719-llvm-6e5de2ea0672810a2d9578f17825002989fa1b1a.zip
Revert "This reapplies r207130 with an additional testcase+and a missing check for"
Typo in testcase. llvm-svn: 207166
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index fb29691ee41..a04108d56ad 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -785,8 +785,7 @@ private:
/// corresponding DBG_VALUE machine instruction for it now. At the end of
/// instruction selection, they will be inserted to the entry BB.
bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
- int64_t Offset, bool IsIndirect,
- const SDValue &N);
+ int64_t Offset, const SDValue &N);
};
} // end namespace llvm
OpenPOWER on IntegriCloud