summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-01-26 21:22:28 +0000
committerJim Laskey <jlaskey@mac.com>2007-01-26 21:22:28 +0000
commitc56315c2b538fb5f95178254fe8a4f10578487c4 (patch)
tree5935e37c5d5ce7b31f395b025ee42da0766ae0a5 /llvm/docs/SourceLevelDebugging.html
parentd45cd5eb812e35fbf9c7003fade2a6747ac4d652 (diff)
downloadbcm5719-llvm-c56315c2b538fb5f95178254fe8a4f10578487c4.tar.gz
bcm5719-llvm-c56315c2b538fb5f95178254fe8a4f10578487c4.zip
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
for debugging and exception handling. llvm-svn: 33550
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 2dc1d9079ef..02a506695c8 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -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
OpenPOWER on IntegriCloud