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)
commitd295c9729d04727666c84c4a184e8ce796dd9974
treedb1f79749841789cecb994538cc6716853c1d511
parent6e48f0307758096d06d0e87875294c76df81dec1
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167285 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/GVN.cpp