summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-14 18:50:50 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-14 18:50:50 +0000
commit2024aabcb0162247ec03625f4b4f93da5854d6da (patch)
treebfdfc0287aaaea8f11f24df0a24ff48883159499 /llvm/docs/SourceLevelDebugging.html
parentb8e155567a37b9f9f010c8d83923fc68ff1bff68 (diff)
downloadbcm5719-llvm-2024aabcb0162247ec03625f4b4f93da5854d6da.tar.gz
bcm5719-llvm-2024aabcb0162247ec03625f4b4f93da5854d6da.zip
Reflect the fact that empty strings can be expressed as null.
llvm-svn: 26761
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 6a3d675080b..3cbd64e8529 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -1407,14 +1407,13 @@ typedef const int *IntPtr;
%<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 @@ typedef const int *IntPtr;
%<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 @@ typedef const int *IntPtr;
%<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>
OpenPOWER on IntegriCloud