From ae3758d29743b641eb554477d60b02870b496339 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 11 Oct 2007 00:38:03 +0000 Subject: update argument. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42854 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/get_involved.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/get_involved.html') diff --git a/www/get_involved.html b/www/get_involved.html index 36ac0c25f0..e191bfec2e 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -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: - \ No newline at end of file + -- cgit v1.2.1