commit | c6a38a47bf3908ab2183d7946498138d8b07c886 | [log] [tgz] |
---|---|---|
author | Mon P Wang <wangmp@apple.com> | Wed Jul 22 03:08:17 2009 +0000 |
committer | Mon P Wang <wangmp@apple.com> | Wed Jul 22 03:08:17 2009 +0000 |
tree | fa48b51831572d772396587382bae85ee5cc8cb3 | |
parent | 02857678061f80c9e97e0aa9cf23cd49429a7d09 [diff] |
Preserve address space information through member accesses, e.g., __attribute__((address_space(1))) struct {int arr[ 3 ]; } *p1; ... = p1->arr[2]; // load from address space 1 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76717 91177308-0d34-0410-b5e6-96231b3b80d8