fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not
authorChris Lattner <sabre@nondot.org>
Tue, 8 Dec 2009 06:06:26 +0000 (06:06 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Dec 2009 06:06:26 +0000 (06:06 +0000)
commit34f849098bfb8850fa34fbd115ba9b2e55c85a32
treeace26845823396a663569c8dd4a3b45cef0b5711
parent87f8e4902757e8dfdecb0056f530755d61a35adb
fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not
side-effect the current object.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90837 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/PHITransAddr.h
lib/Analysis/PHITransAddr.cpp