From 4d9b10b098ae1e6b35c5509ff8217bf23931e71b Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Tue, 14 Mar 2006 18:50:50 +0000 Subject: [PATCH] Reflect the fact that empty strings can be expressed as null. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26761 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 6a3d675080b..3cbd64e8529 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -1407,14 +1407,13 @@ typedef const int *IntPtr; %llvm.dbg.derivedtype2 = internal constant %llvm.dbg.derivedtype.type { uint 15, { }* cast (%llvm.dbg.compile_unit.type* %llvm.dbg.compile_unit to { }*), - sbyte* getelementptr ([1 x sbyte]* %str2, int 0, int 0), + sbyte* null, { }* null, int 0, uint 32, uint 32, uint 0, { }* cast (%llvm.dbg.derivedtype.type* %llvm.dbg.derivedtype3 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; %llvm.dbg.derivedtype3 = internal constant %llvm.dbg.derivedtype.type { uint 38, { }* cast (%llvm.dbg.compile_unit.type* %llvm.dbg.compile_unit 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; %llvm.dbg.basictype1 = internal constant %llvm.dbg.basictype.type { uint 36, { }* cast (%llvm.dbg.compile_unit.type* %llvm.dbg.compile_unit 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" -- 2.34.1