radeonsi/llvm: Silence a warning

This commit is contained in:
Tom Stellard 2012-04-25 18:09:05 -04:00
parent 21d3dd831e
commit a2f7ecfa74
1 changed files with 1 additions and 0 deletions

View File

@ -66,4 +66,5 @@ bool SIPropagateImmReadsPass::runOnMachineFunction(MachineFunction &MF)
MI.eraseFromParent();
}
}
return false;
}