[llvm-commits] CVS: llvm/lib/Analysis/IPA/GlobalsModRef.cpp

2006-10-01 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: GlobalsModRef.cpp updated: 1.22 -> 1.23 --- Log message: Fixme is already done --- Diffs of the changes: (+0 -1) GlobalsModRef.cpp |1 - 1 files changed, 1 deletion(-) Index: llvm/lib/Analysis/IPA/GlobalsModRef.cpp diff -u llvm/lib/Analysis

[llvm-commits] CVS: llvm/lib/Analysis/IPA/GlobalsModRef.cpp

2006-10-01 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: GlobalsModRef.cpp updated: 1.21 -> 1.22 --- Log message: Teach globalsmodref-aa to track scalar pointer global variables which point to unaliased allocations. Use this information to disambiguate pointers loaded from them. This is a very common case