[MachineVerifier] Drop a spurious const
authorSven van Haastregt <sven.vanhaastregt@arm.com>
Wed, 29 Mar 2017 15:25:06 +0000 (15:25 +0000)
committerSven van Haastregt <sven.vanhaastregt@arm.com>
Wed, 29 Mar 2017 15:25:06 +0000 (15:25 +0000)
commit04bfa87f12766007634647119234b8a69f9e8893
tree81153f6ab4362e293031ecb035674b122635bcc2
parent5f73bc951721507e6dcaa0890fd7968c82766207
[MachineVerifier] Drop a spurious const

As of r298987 the argument is a value that we std::move, so it
shouldn't be const anymore.

llvm-svn: 298999
llvm/lib/CodeGen/MachineVerifier.cpp