update argument.

llvm-svn: 42854
This commit is contained in:
Chris Lattner 2007-10-11 00:38:03 +00:00
parent 3472aeedfd
commit 5039ac74c7
1 changed files with 2 additions and 2 deletions

View File

@ -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>