Silence unused variable errors for no-asserts builds
[oota-llvm.git] / lib / Target / PowerPC / PPCVSXSwapRemoval.cpp
index 9eac91a792062201d9e81f1032ed7560ed70701a..a1dc7f7a5c353220de91c8776b8679cbe3feea95 100644 (file)
@@ -761,6 +761,10 @@ void PPCVSXSwapRemoval::dumpSwapVector() {
       DEBUG(dbgs() << "remove ");
 
     DEBUG(dbgs() << "\n");
+
+    // For no-asserts builds.
+    (void)MI;
+    (void)ID;
   }
 
   DEBUG(dbgs() << "\n");