mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 04:45:00 +00:00
Silence unused variable errors for no-asserts builds
llvm-svn: 235913
This commit is contained in:
parent
7103f56991
commit
8514ed2a83
@ -761,6 +761,10 @@ void PPCVSXSwapRemoval::dumpSwapVector() {
|
||||
DEBUG(dbgs() << "remove ");
|
||||
|
||||
DEBUG(dbgs() << "\n");
|
||||
|
||||
// For no-asserts builds.
|
||||
(void)MI;
|
||||
(void)ID;
|
||||
}
|
||||
|
||||
DEBUG(dbgs() << "\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user