]> granicus.if.org Git - clang/commit
Update the prefetch intrinsic usage. Now the last argument tells codegen
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 14 Jun 2011 05:00:30 +0000 (05:00 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 14 Jun 2011 05:00:30 +0000 (05:00 +0000)
commit2eccb672799d19fb535ce349566fea6729cbb891
tree1a58daa507ff8fff42e6ee483a74c01cd047bda1
parentb792b30ce3d31e3eb3cfee3321238cf3cc2165b0
Update the prefetch intrinsic usage. Now the last argument tells codegen
whether it's a data or instruction cache access.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132977 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp