OSDN Git Service

DI: Fixup global syntax in example
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 4 Oct 2014 15:44:01 +0000 (15:44 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 4 Oct 2014 15:44:01 +0000 (15:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219056 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceLevelDebugging.rst

index 6bc3a28..ad1888c 100644 (file)
@@ -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