diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
| -rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index 76ec9db5510d..59b171850d0d 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -26,7 +26,6 @@  namespace llvm { -class DILocation;  class Value;  class Function;  class MachineRegisterInfo; @@ -112,9 +111,6 @@ class MachineFunction {    // of a function.    DebugLoc DefaultDebugLoc; -  // Tracks debug locations. -  DebugLocTracker DebugLocInfo; -    /// FunctionNumber - This provides a unique ID for each function emitted in    /// this translation unit.    /// @@ -402,9 +398,6 @@ public:    // Debug location.    // -  /// getDILocation - Get the DILocation for a given DebugLoc object. -  DILocation getDILocation(DebugLoc DL) const; -    /// getDefaultDebugLoc - Get the default debug location for the machine    /// function.    DebugLoc getDefaultDebugLoc() const { return DefaultDebugLoc; } @@ -412,9 +405,6 @@ public:    /// setDefaultDebugLoc - Get the default debug location for the machine    /// function.    void setDefaultDebugLoc(DebugLoc DL) { DefaultDebugLoc = DL; } - -  /// getDebugLocInfo - Get the debug info location tracker. -  DebugLocTracker &getDebugLocInfo() { return DebugLocInfo; }  };  //===--------------------------------------------------------------------===//  | 
