summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2016-07-26 17:23:13 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2016-07-26 17:23:13 +0000
commit3104a6bad05b9b1432b7afd5c31e1318bd8e1814 (patch)
tree451d1c02b6aaefd801352f83b27c607d97921430 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent75069a16680c3f2a78caeeb0eafd0882a8250544 (diff)
downloadbcm5719-llvm-3104a6bad05b9b1432b7afd5c31e1318bd8e1814.tar.gz
bcm5719-llvm-3104a6bad05b9b1432b7afd5c31e1318bd8e1814.zip
Re-committing r275284: add support to inline __builtin_mempcpy
Patch by Sunita Marathe Differential Revision: http://reviews.llvm.org/D21920 llvm-svn: 276771
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index b9888ae8763..18c39d0fccb 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -885,6 +885,7 @@ private:
void visitPHI(const PHINode &I);
void visitCall(const CallInst &I);
bool visitMemCmpCall(const CallInst &I);
+ bool visitMemPCpyCall(const CallInst &I);
bool visitMemChrCall(const CallInst &I);
bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
bool visitStrCmpCall(const CallInst &I);
OpenPOWER on IntegriCloud