Fix an obvious typo that causes an assertion failure when running
authorDuncan Sands <baldrick@free.fr>
Fri, 2 Nov 2012 07:49:32 +0000 (07:49 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 2 Nov 2012 07:49:32 +0000 (07:49 +0000)
commita17bb1419fdae2a9144ab12959976885547bbadf
treedbccbe65dd1037b1f3f08cf343b50465b0a156df
parentdcebf1e9daabc2dab0e7775b96d6f17e0e2e44e0
Fix an obvious typo that causes an assertion failure when running
test/Transforms/GVN/rle.ll if the (currently disabled) check for a
pointer type in getIntPtrType is turned on.

llvm-svn: 167285
llvm/lib/Transforms/Scalar/GVN.cpp