aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DwarfWriter.h
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-03 08:50:41 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-03 08:50:41 +0000
commit77eaa6880b8209acc05de733ebaba5d146c321a0 (patch)
tree6662090a5db0ec4ac30642a80a6f9521752cb332 /include/llvm/CodeGen/DwarfWriter.h
parentf9a77b77c2324b2ca5c644909ebda387daf82fe3 (diff)
downloadexternal_llvm-77eaa6880b8209acc05de733ebaba5d146c321a0.zip
external_llvm-77eaa6880b8209acc05de733ebaba5d146c321a0.tar.gz
external_llvm-77eaa6880b8209acc05de733ebaba5d146c321a0.tar.bz2
-Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDebugInfo
-Create DebugLocs without the need to have a DwarfWriter around git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/DwarfWriter.h')
-rw-r--r--include/llvm/CodeGen/DwarfWriter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h
index 9ca7d7e..8e680e3 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.