summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-06-17 17:58:54 +0000
committerJim Grosbach <grosbach@apple.com>2010-06-17 17:58:54 +0000
commit0ed5b460dc6e4a1f1f2a2f2680b54e438b55fcc8 (patch)
treeea24470af85049bb2e2c46d1d07adb5c85c13fbc /llvm/lib/CodeGen
parent3aeae8aeebd787fd57fa0c3ba72f18d3c49763d3 (diff)
downloadbcm5719-llvm-0ed5b460dc6e4a1f1f2a2f2680b54e438b55fcc8.tar.gz
bcm5719-llvm-0ed5b460dc6e4a1f1f2a2f2680b54e438b55fcc8.zip
add missing break. inconsequential as the code shouldn't be reached, but
for correctness' sake, it should be there. llvm-svn: 106229
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index c4bbd02d623..04b3fdd85d9 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -2393,6 +2393,7 @@ void SelectionDAGLegalize::ExpandNode(SDNode *Node,
case ISD::ATOMIC_CMP_SWAP: {
assert (0 && "atomic intrinsic not lowered!");
Results.push_back(Node->getOperand(0));
+ break;
}
case ISD::DYNAMIC_STACKALLOC:
ExpandDYNAMIC_STACKALLOC(Node, Results);
OpenPOWER on IntegriCloud