Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
[oota-llvm.git] / lib / CodeGen / Passes.cpp
index b87979215481e42dd745de6a46659407788f78aa..9d473fdb6cd72131b80ec5581daa7d71e75efecf 100644 (file)
@@ -597,7 +597,6 @@ void TargetPassConfig::addMachinePasses() {
   addPass(&FuncletLayoutID, false);
 
   addPass(&StackMapLivenessID, false);
-  addPass(&LiveDebugValuesID);
 
   AddingMachinePasses = false;
 }