MachineVerifier: MI::print has no TargetMachine overload
authorMatthias Braun <matze@braunis.de>
Mon, 9 Nov 2015 23:59:25 +0000 (23:59 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 9 Nov 2015 23:59:25 +0000 (23:59 +0000)
commite5351a1797350b061228d2eb44c7e9d7272d7cb1
treec1d3c14517072640f6545a7ee2d573d07dc2d55e
parent806e686676156c5c3e6e983801a24f81118e20c5
MachineVerifier: MI::print has no TargetMachine overload

The code was passing a target machine pointer which degraded to a true
operand to SkipOppers.

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