summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/address-space-field1.c
Commit message (Collapse)AuthorAgeFilesLines
* Tweak CHECK lines to eliminate a failure on i686-apple-darwin10Douglas Gregor2009-09-301-1/+1
| | | | llvm-svn: 83173
* Convert from nonportable grep to filecheck, patch by John ThompsonChris Lattner2009-09-301-3/+22
| | | | llvm-svn: 83158
* Preserve address space information through member accesses, e.g., Mon P Wang2009-07-221-0/+20
__attribute__((address_space(1))) struct {int arr[ 3 ]; } *p1; ... = p1->arr[2]; // load from address space 1 llvm-svn: 76717
OpenPOWER on IntegriCloud