aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit2d31d14bace4cf225e997c78daefccc52e38186c (patch)
tree189cb84c3a3a817584b1d8addc5855fee11b732d /lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
parent2cf7537dc6ca7ad69e5f3a70b5b26cc5fa0cff64 (diff)
downloadexternal_llvm-2d31d14bace4cf225e997c78daefccc52e38186c.zip
external_llvm-2d31d14bace4cf225e997c78daefccc52e38186c.tar.gz
external_llvm-2d31d14bace4cf225e997c78daefccc52e38186c.tar.bz2
Remove TODO, these appear to be implemented.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122849 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/LegalizeDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index a3fc3a3..72a0365 100644
--- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/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: