Rename CountMemOperands to ComputeMemOperandsEnd to reflect what
authorDan Gohman <gohman@apple.com>
Sat, 16 Feb 2008 00:36:48 +0000 (00:36 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 16 Feb 2008 00:36:48 +0000 (00:36 +0000)
commit42a77880a83b76112a1f42ce16b46dbde01cd0a8
treed7852738382ec66e2cf6c06e4e8a1edcad35a6db
parent94ebde1d45dcd7e209663c49a1cf1a4589191df1
Rename CountMemOperands to ComputeMemOperandsEnd to reflect what
it actually does. Simplify CountOperands a little by reusing
ComputeMemOperandsEnd. And reword some comments for both.

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