Skip to content
  • Duncan Sands's avatar
    Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the · 5bdd9dda
    Duncan Sands authored
    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
    5bdd9dda
Loading