summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-01-04 22:31:50 +0000
committerEric Christopher <echristo@apple.com>2011-01-04 22:31:50 +0000
commit988518109dbded50770aa4cd8520cf3c0272bd45 (patch)
treec9341f4ea7239cfa835ceebc886dc025b4ec0b83 /llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
parent61d841372a34a90e07d2a6266baca0afac9bde87 (diff)
downloadbcm5719-llvm-988518109dbded50770aa4cd8520cf3c0272bd45.tar.gz
bcm5719-llvm-988518109dbded50770aa4cd8520cf3c0272bd45.zip
Remove TODO, these appear to be implemented.
llvm-svn: 122849
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index a3fc3a35529..72a0365273a 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -2600,7 +2600,6 @@ void SelectionDAGLegalize::ExpandNode(SDNode *Node,
// By default, atomic intrinsics are marked Legal and lowered. Targets
// which don't support them directly, however, may want libcalls, in which
// case they mark them Expand, and we get here.
- // FIXME: Unimplemented for now. Add libcalls.
case ISD::ATOMIC_SWAP:
case ISD::ATOMIC_LOAD_ADD:
case ISD::ATOMIC_LOAD_SUB:
OpenPOWER on IntegriCloud