]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Use type form of getIntPtrType in alloca visitor.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 3 Sep 2013 21:05:15 +0000 (21:05 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 3 Sep 2013 21:05:15 +0000 (21:05 +0000)
commitaa31d35dc7e47360f7f2b6c4af47b3024bf7e4da
tree674c0f09d5007136bd31712ec1b4affda41855a5
parentb9daaa02a24afb2027dc999258dcdb6ec4fbbc9a
Use type form of getIntPtrType in alloca visitor.

This doesn't actually matter, since alloca is always
0 address space, but this is more consistent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189853 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp