Change the MachineDebugInfo to MachineModuleInfo to better reflect usage

for debugging and exception handling.

llvm-svn: 33550
This commit is contained in:
Jim Laskey
2007-01-26 21:22:28 +00:00
parent 762787bed7
commit 64f4242072
21 changed files with 119 additions and 119 deletions

View File

@@ -281,7 +281,7 @@ source-language is allowed to define its own objects, by using unreserved tag
numbers. We recommend using with tags in the range 0x1000 thru 0x2000 (there is
a defined enum DW_TAG_user_base = 0x1000.)</p>
<p>The fields of debug descriptors used internally by LLVM (MachineDebugInfo)
<p>The fields of debug descriptors used internally by LLVM (MachineModuleInfo)
are restricted to only the simple data types <tt>int</tt>, <tt>uint</tt>,
<tt>bool</tt>, <tt>float</tt>, <tt>double</tt>, <tt>sbyte*</tt> and <tt> { }*
</tt>. References to arbitrary values are handled using a <tt> { }* </tt> and a