[PM] Fix horrible typos that somehow didn't cause a failure in a C++11
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Feb 2014 05:17:02 +0000 (05:17 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Feb 2014 05:17:02 +0000 (05:17 +0000)
commitd1ba2efb8f2523bda0face1954d5388b7c88a9fc
tree04a81f00ab2feb049d05b903b8f1d38ed4b8f641
parentd230a3d1f6df21caa8f48b4548c27e0f7a4dfbd1
[PM] Fix horrible typos that somehow didn't cause a failure in a C++11
build but spectacularly changed behavior of the C++98 build. =]

This shows my one problem with not having unittests -- basic API
expectations aren't well exercised by the integration tests because they
*happen* to not come up, even though they might later. I'll probably add
a basic unittest to complement the integration testing later, but
I wanted to revive the bots.

llvm-svn: 200905
llvm/include/llvm/Analysis/LazyCallGraph.h
llvm/lib/Analysis/LazyCallGraph.cpp