diff --git a/llvm/lib/CodeGen/TargetPassConfig.cpp b/llvm/lib/CodeGen/TargetPassConfig.cpp --- a/llvm/lib/CodeGen/TargetPassConfig.cpp +++ b/llvm/lib/CodeGen/TargetPassConfig.cpp @@ -1175,7 +1175,7 @@ // Run post-ra passes. addPostRegAlloc(); - addPass(&RemoveRedundantDebugValuesID, false); + addPass(&RemoveRedundantDebugValuesID); addPass(&FixupStatepointCallerSavedID);