diff options
Diffstat (limited to 'include/llvm/CodeGen/DwarfWriter.h')
-rw-r--r-- | include/llvm/CodeGen/DwarfWriter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h index 9ca7d7e4f2..8e680e3e11 100644 --- a/include/llvm/CodeGen/DwarfWriter.h +++ b/include/llvm/CodeGen/DwarfWriter.h @@ -82,9 +82,6 @@ public: /// void EndFunction(MachineFunction *MF); - /// ValidDebugInfo - Return true if V represents valid debug info value. - bool ValidDebugInfo(Value *V, CodeGenOpt::Level OptLevel); - /// RecordSourceLine - Register a source line with debug info. Returns a /// unique label ID used to generate a label and provide correspondence to /// the source line list. |