aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/altivec-init.c
AgeCommit message (Expand)Author
2009-08-10Take 2 on AltiVec-style vector initializers. Nate Begeman
2009-08-10Revert r78535, it is causing a number of failures to build projects.Daniel Dunbar
2009-08-09AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);Nate Begeman