aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/address-space-field2.c
AgeCommit message (Expand)Author
2010-09-02remove some tests that aren't adding any value: the check lines don'tChris Lattner
2010-06-26Implement rdar://7530813 - collapse multiple GEP instructions in IRgenChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-08Convert some tests to FileCheck to be more portable. Patch by John Thompson.Mike Stump
2009-07-22Preserve address space information through member accesses, e.g., Mon P Wang