the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.
authorChris Lattner <sabre@nondot.org>
Mon, 31 May 2010 17:12:23 +0000 (17:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 May 2010 17:12:23 +0000 (17:12 +0000)
commit6b378618273bab1ee64c5034f4fd8e8338b7110f
treefe2248ab76316dd3b7f0064105f7c717a4317e76
parentcaa3dcfc76aba84d8f5ff64aab467527c29d38fd
the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105226 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp