forked from OSchip/llvm-project
436806ad05
typedef float float4 __attribute__((vector_size (16))); void addFloat4(float4 a, float4 b) { float4 temp; } make sure to add 'temp' to the stmt tree as a declstmt. llvm-svn: 39722 |
||
---|---|---|
.. | ||
AttributeList.cpp | ||
DeclSpec.cpp | ||
Makefile | ||
MinimalAction.cpp | ||
ParseDecl.cpp | ||
ParseExpr.cpp | ||
ParseExprCXX.cpp | ||
ParseInit.cpp | ||
ParseObjc.cpp | ||
ParseStmt.cpp | ||
Parser.cpp |