Skip to content
Snippets Groups Projects
Commit 2f5683e6 authored by Ron Lieberman's avatar Ron Lieberman
Browse files

[AMDGPU] NFC Test commit

llvm-svn: 347002
parent af7b5d70
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ AMDGPURegisterBankInfo::AMDGPURegisterBankInfo(const TargetRegisterInfo &TRI)
: AMDGPUGenRegisterBankInfo(),
TRI(static_cast<const SIRegisterInfo*>(&TRI)) {
// HACK: Until this is fully tablegen'd
// HACK: Until this is fully tablegen'd.
static bool AlreadyInit = false;
if (AlreadyInit)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment