mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 17:35:38 +00:00
Fix an unused variable warning in non-asserts builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304778 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d7f132f47
commit
8e7e3e824c
@ -68,6 +68,7 @@ void runChecks(
|
||||
|
||||
MachineModuleInfo MMI(TM);
|
||||
bool Res = MParser->parseMachineFunctions(*M, MMI);
|
||||
(void)Res;
|
||||
assert(!Res && "Couldn't parse MIR functions");
|
||||
|
||||
auto F = M->getFunction("sizes");
|
||||
|
Loading…
x
Reference in New Issue
Block a user