DI: Fixup global syntax in example

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219056 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2014-10-04 15:44:01 +00:00
parent 1225b7a30a
commit f13b76b94f

View 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