[AMDGPU] NFC Test commit

llvm-svn: 347002
This commit is contained in:
Ron Lieberman 2018-11-16 00:46:51 +00:00
parent af7b5d7092
commit 2f5683e6b0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ AMDGPURegisterBankInfo::AMDGPURegisterBankInfo(const TargetRegisterInfo &TRI)
: AMDGPUGenRegisterBankInfo(), : AMDGPUGenRegisterBankInfo(),
TRI(static_cast<const SIRegisterInfo*>(&TRI)) { TRI(static_cast<const SIRegisterInfo*>(&TRI)) {
// HACK: Until this is fully tablegen'd // HACK: Until this is fully tablegen'd.
static bool AlreadyInit = false; static bool AlreadyInit = false;
if (AlreadyInit) if (AlreadyInit)
return; return;