Fix bug introduced in r196517.
authorDaniel Jasper <djasper@google.com>
Fri, 6 Dec 2013 08:58:22 +0000 (08:58 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 6 Dec 2013 08:58:22 +0000 (08:58 +0000)
commit21c34931e8385c805d0a810b28ff1f3b9db08b77
treecca4888e1c51b74ddcd8b2e6d3badaa9713bb478
parent23b773836cd87988340c9536a16c71ac0f44e5e6
Fix bug introduced in r196517.

Not only does it trigger -Wparentheses, I think the assert actually
relies on incorrect operator precedence.

Also, the grammar as questionable, but I might not know enough about the
problem at hand.

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