mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 17:36:06 +00:00

Major steps include: 1). introduces a not-addr-taken bit-field in GlobalVariable 2). GlobalOpt pass sets "not-address-taken" if it proves a global varirable dosen't have its address taken. 3). AA use this info for disambiguation. llvm-svn: 193251