diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2011-10-06 23:20:49 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2011-10-06 23:20:49 +0000 |
| commit | 1456cd20b47af6e105652105a236695e3ea38698 (patch) | |
| tree | 74caac51facebf0a72855e933f6658bd4343c15b /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
| parent | c8b57f66833abed75093767b3a9f934c4bc80694 (diff) | |
| download | bcm5719-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.h | 1 |
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); |

