Skip to content
  • Michael Gottesman's avatar
    Added clarification paragraph to LangRef's documentation of · ef2bc773
    Michael Gottesman authored
    GlobalVariable about LLVM's assumptions vis-a-vis Global Variable
    initial values and Global Variable initializers.
    
    This is in preparation for adding the new keyword
    externally_initialized.
    
    Specifically, the patch explains how LLVM optimizes global initializers
    by assumign that global variables defined within the module are not
    modified from their initial values before the start of the global
    initializer.
    
    llvm-svn: 174269
    ef2bc773
Loading