Fix a couple assertions that can never fire because they just contained the text...
authorCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 02:01:25 +0000 (02:01 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 24 Apr 2016 02:01:25 +0000 (02:01 +0000)
commit855d1826562d0263f6977c15d3567377a0851e17
treeae7f1c9eb76eb9cd3905374a1f4c54d606f35d11
parent601b6c69bc47bb66bb1e3193656562b985050801
Fix a couple assertions that can never fire because they just contained the text string which always evaluates to true. Add a ! so they'll evaluate to false.

llvm-svn: 267312
llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp
llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp