diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-03 19:54:05 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-03 19:54:05 +0000 |
commit | 6480c2aee9d37cbc46f2821568c85d34b2e3ccd1 (patch) | |
tree | 79c909357fec660223286733ab5ac3db3fbfc8af /gcc/testsuite/melt | |
parent | 473b39e749c43bbac18af0f7be22e0b2abb48e42 (diff) | |
download | gcc-6480c2aee9d37cbc46f2821568c85d34b2e3ccd1.tar.gz |
2011-02-03 Basile Starynkevitch <basile@starynkevitch.net>
* testsuite/melt/topengpu-1.c: Changed comment to pass
-fgraphite.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@169806 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/melt')
-rw-r--r-- | gcc/testsuite/melt/topengpu-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/melt/topengpu-1.c b/gcc/testsuite/melt/topengpu-1.c index ed47f858beb..a3756b6f941 100644 --- a/gcc/testsuite/melt/topengpu-1.c +++ b/gcc/testsuite/melt/topengpu-1.c @@ -4,7 +4,7 @@ /* run in $GCCMELT_BUILD/gcc ln -s $GCCMELT_SOURCE/gcc/testsuite/melt/topengpu-1.c . - ./cc1 -fmelt-mode=opengpu -fmelt-module-path=melt-modules -fmelt-source-path=melt-sources -fmelt-debug -O2 -floop-parallelize-all topengpu-1.c + ./cc1 -fmelt-mode=opengpu -fmelt-module-path=melt-modules -fmelt-source-path=melt-sources -fmelt-debug -O2 -fgraphite -floop-parallelize-all topengpu-1.c ## it could be useful to pass -fdump-tree-all -fdump-ipa-all */ |