aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-11-27 06:14:32 +0000
committerChris Lattner <sabre@nondot.org>2007-11-27 06:14:32 +0000
commit5624ae4479f46f442704fa8c54371bc96424ae01 (patch)
treeab14008be184ab6c761122865aa954c9b9b2d2d9 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent3b46e9c9589693851212da1a72fab37680d0f1e9 (diff)
downloadexternal_llvm-5624ae4479f46f442704fa8c54371bc96424ae01.zip
external_llvm-5624ae4479f46f442704fa8c54371bc96424ae01.tar.gz
external_llvm-5624ae4479f46f442704fa8c54371bc96424ae01.tar.bz2
err, no really.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index a90679c..270c9a9 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -1915,7 +1915,7 @@ unsigned SelectionDAGLowering::Clusterify(CaseVector& Cases,
SI.getSuccessorValue(i),
SMBB));
}
- sort(Cases.begin(), Cases.end(), CaseCmp());
+ std::sort(Cases.begin(), Cases.end(), CaseCmp());
// Merge case into clusters
if (Cases.size()>=2)