Silence warning from unit test
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 22 May 2020 23:57:45 +0000 (19:57 -0400)
committerMatt Arsenault <arsenm2@gmail.com>
Sat, 23 May 2020 17:24:42 +0000 (13:24 -0400)
commit286ca0f7fd6bf26923f3df464e6a74d032f242ea
tree91b12355c6a1b655669c5ac9605cd6d9f7e2801e
parente32f04cdc95224589f30148599c362ba37bae7b6
Silence warning from unit test

This was printing about r600 not being a valid subtarget for an amdgcn
triple. This is an awkward place because r600 and amdgcn unfortunately
occupy the same target. Silence the warning by specifying an explicit
subtarget.
llvm/unittests/MI/LiveIntervalTest.cpp