Index: lib/CodeGen/MachineInstr.cpp =================================================================== --- lib/CodeGen/MachineInstr.cpp +++ lib/CodeGen/MachineInstr.cpp @@ -76,7 +76,7 @@ static cl::opt PrintWholeRegMask( "print-whole-regmask", cl::desc("Print the full contents of regmask operands in IR dumps"), - cl::init(true), cl::Hidden); + cl::init(false), cl::Hidden); //===----------------------------------------------------------------------===// // MachineOperand Implementation