Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
authorDuncan Sands <baldrick@free.fr>
Mon, 29 Oct 2012 17:31:46 +0000 (17:31 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 29 Oct 2012 17:31:46 +0000 (17:31 +0000)
commit5bdd9dda48fd6f994148a25d6211c581b9ced787
tree63ebe4ebf6b803ca72a710de0da5d79a1ef2c301
parent09d16aa87e594afa0a8798748d13fb185cb25b31
Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
wrapper returns a vector of integers when passed a vector of pointers) by having
getIntPtrType itself return a vector of integers in this case.  Outside of this
wrapper, I didn't find anywhere in the codebase that was relying on the old
behaviour for vectors of pointers, so give this a whirl through the buildbots.

llvm-svn: 166939
llvm/include/llvm/DataLayout.h
llvm/lib/CodeGen/IntrinsicLowering.cpp
llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
llvm/lib/Transforms/Scalar/GVN.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
llvm/lib/VMCore/DataLayout.cpp