Revert "Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
[oota-llvm.git] / include / llvm / CodeGen / Passes.h
index f45f0ed57d6b6d0234defe193f070304fb9473a6..cae47066e14c74fe88fc35c15274812fae560ebe 100644 (file)
@@ -640,9 +640,6 @@ namespace llvm {
   /// the intrinsic for later emission to the StackMap.
   extern char &StackMapLivenessID;
 
-  /// LiveDebugValues pass
-  extern char &LiveDebugValuesID;
-
   /// createJumpInstrTables - This pass creates jump-instruction tables.
   ModulePass *createJumpInstrTablesPass();