summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-10-06 23:20:49 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-10-06 23:20:49 +0000
commit1456cd20b47af6e105652105a236695e3ea38698 (patch)
tree74caac51facebf0a72855e933f6658bd4343c15b /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentc8b57f66833abed75093767b3a9f934c4bc80694 (diff)
downloadbcm5719-llvm-1456cd20b47af6e105652105a236695e3ea38698.tar.gz
bcm5719-llvm-1456cd20b47af6e105652105a236695e3ea38698.zip
Remove the old atomic instrinsics. autoupgrade functionality is included with this patch.
llvm-svn: 141333
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 461677f8bff..0a21ca3472c 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -555,7 +555,6 @@ private:
llvm_unreachable("UserOp2 should not exist at instruction selection time!");
}
- const char *implVisitBinaryAtomic(const CallInst& I, ISD::NodeType Op);
const char *implVisitAluOverflow(const CallInst &I, ISD::NodeType Op);
void HandlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB);
OpenPOWER on IntegriCloud