OSDN Git Service

factor the 'optimized sort' code out into a static helper function
authorChris Lattner <sabre@nondot.org>
Mon, 13 Jul 2009 17:20:05 +0000 (17:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Jul 2009 17:20:05 +0000 (17:20 +0000)
commita2f55dd388e1fb33b553a5862bca0fe4bd4b781e
tree210ccf2de90948ad8b33de0fe567132d11a97a0c
parent6fbc1969e94cb00c82ab84e1dfe243e7388d3b1b
factor the 'optimized sort' code out into a static helper function
and use it from one more place.  Patch by Jakub Staszak!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75478 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryDependenceAnalysis.cpp