Disable physical register coalescing by default.
[oota-llvm.git] / lib / CodeGen / SimpleRegisterCoalescing.cpp
index 443333155594366fd476dcf875ed5a0a9aafd7df..cebf4c9f4a5a00cde61746da5ad182eb06e23d52 100644 (file)
@@ -63,7 +63,7 @@ DisableCrossClassJoin("disable-cross-class-join",
 static cl::opt<bool>
 EnablePhysicalJoin("join-physregs",
                    cl::desc("Join physical register copies"),
-                   cl::init(true), cl::Hidden);
+                   cl::init(false), cl::Hidden);
 
 static cl::opt<bool>
 VerifyCoalescing("verify-coalescing",