Fix my previous checkin to updatePressureDiffs.
authorAndrew Trick <atrick@apple.com>
Sat, 31 Aug 2013 05:17:58 +0000 (05:17 +0000)
committerAndrew Trick <atrick@apple.com>
Sat, 31 Aug 2013 05:17:58 +0000 (05:17 +0000)
commitc94e7b50c36ce866772e269f1541f49cbf114d27
tree560c850f13a8ecaf1f3e5c05c3bb4c4a3bb6002f
parentcda04f9a0a7ef0755ca36db404239346c0edb24c
Fix my previous checkin to updatePressureDiffs.

There was one case that we could hit a DebugValue where I didn't think
to check. DebugValues are evil. No checkinable test case, sorry. It's
an obvious fix.

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