From: Duncan P. N. Exon Smith Date: Sat, 4 Oct 2014 15:44:01 +0000 (+0000) Subject: DI: Fixup global syntax in example X-Git-Tag: android-x86-7.1-r4~56839 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f13b76b94fd3b536c46d598115adfb9a56414aa0;p=android-x86%2Fexternal-llvm.git DI: Fixup global syntax in example git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219056 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index 6bc3a282a3c..ad1888cd403 100644 --- a/docs/SourceLevelDebugging.rst +++ b/docs/SourceLevelDebugging.rst @@ -887,7 +887,7 @@ a C/C++ front-end would generate the following descriptors: ;; ;; Define the global itself. ;; - %MyGlobal = global int 100 + @MyGlobal = global i32 100, align 4 ... ;; ;; List of debug info of globals