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 6bc3a282a3c978ebdbf2aef6307f14b08b526822..ad1888cd4034015c69235b1d4a70d66b6da90299 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