Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / ARMDecoderEmitter.cpp
index cec6b9abd06b80161c33741a55cea2cd2219af9e..a2403e6a1d52811781dc09d5de98f12dbebca0e3 100644 (file)
@@ -1631,7 +1631,7 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
     if (Name == "B") return false;
 
     // Ignore the non-Darwin BL instructions and the TPsoft (TLS) instruction.
-    if (Name == "BL" || Name == "BL_pred" || Name == "BLX" || Name == "BX" ||
+    if (Name == "BL" || Name == "BL_pred" || Name == "BLX" ||
         Name == "BLX_pred" || Name == "TPsoft")
       return false;