[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html
Jim Laskey
jlaskey at apple.com
Tue Mar 14 10:51:02 PST 2006
Changes in directory llvm/docs:
SourceLevelDebugging.html updated: 1.13 -> 1.14
---
Log message:
Reflect the fact that empty strings can be expressed as null.
---
Diffs of the changes: (+5 -6)
SourceLevelDebugging.html | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.13 llvm/docs/SourceLevelDebugging.html:1.14
--- llvm/docs/SourceLevelDebugging.html:1.13 Tue Mar 14 12:08:46 2006
+++ llvm/docs/SourceLevelDebugging.html Tue Mar 14 12:50:50 2006
@@ -1407,14 +1407,13 @@
%<a href="#format_derived_type">llvm.dbg.derivedtype2</a> = internal constant %<a href="#format_derived_type">llvm.dbg.derivedtype.type</a> {
uint 15,
{ }* cast (%<a href="#format_compile_units">llvm.dbg.compile_unit.type</a>* %<a href="#format_compile_units">llvm.dbg.compile_unit</a> to { }*),
- sbyte* getelementptr ([1 x sbyte]* %str2, int 0, int 0),
+ sbyte* null,
{ }* null,
int 0,
uint 32,
uint 32,
uint 0,
{ }* cast (%<a href="#format_derived_type">llvm.dbg.derivedtype.type</a>* %<a href="#format_derived_type">llvm.dbg.derivedtype3</a> to { }*) }, section "llvm.metadata"
-%str2 = internal constant [1 x sbyte] zeroinitializer, section "llvm.metadata"
;;
;; Define the const type.
@@ -1422,7 +1421,7 @@
%<a href="#format_derived_type">llvm.dbg.derivedtype3</a> = internal constant %<a href="#format_derived_type">llvm.dbg.derivedtype.type</a> {
uint 38,
{ }* cast (%<a href="#format_compile_units">llvm.dbg.compile_unit.type</a>* %<a href="#format_compile_units">llvm.dbg.compile_unit</a> to { }*),
- sbyte* getelementptr ([1 x sbyte]* %str2, int 0, int 0),
+ sbyte* null,
{ }* null,
int 0,
uint 0,
@@ -1436,14 +1435,14 @@
%<a href="#format_basic_type">llvm.dbg.basictype1</a> = internal constant %<a href="#format_basic_type">llvm.dbg.basictype.type</a> {
uint 36,
{ }* cast (%<a href="#format_compile_units">llvm.dbg.compile_unit.type</a>* %<a href="#format_compile_units">llvm.dbg.compile_unit</a> to { }*),
- sbyte* getelementptr ([4 x sbyte]* %str4, int 0, int 0),
+ sbyte* getelementptr ([4 x sbyte]* %str2, int 0, int 0),
{ }* null,
int 0,
uint 32,
uint 32,
uint 0,
uint 5 }, section "llvm.metadata"
-%str4 = internal constant [4 x sbyte] c"int\00", section "llvm.metadata"
+%str2 = internal constant [4 x sbyte] c"int\00", section "llvm.metadata"
</pre>
</div>
@@ -1640,7 +1639,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/03/14 18:08:46 $
+ Last modified: $Date: 2006/03/14 18:50:50 $
</address>
</body>
More information about the llvm-commits
mailing list