forked from OSchip/llvm-project
parent
3472aeedfd
commit
5039ac74c7
|
@ -101,7 +101,7 @@ typedef float V __attribute__((vector_size(16)));
|
|||
|
||||
|
||||
Pretty printing from the AST:
|
||||
$ clang ~/t.c -parse-ast-print
|
||||
$ clang ~/t.c -ast-print
|
||||
typedef float V __attribute__(( vector_size(16) ));
|
||||
|
||||
V foo(V a, V b) {
|
||||
|
@ -142,4 +142,4 @@ Here are a few tasks that are currently available for newcomers to work on:
|
|||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue