diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2011-04-25 22:00:02 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2011-04-25 22:00:02 +0200 |
commit | 4d583bb9fcd52dfe308a438bf31433ad8f23c0d5 (patch) | |
tree | 967c9627d60a605fdafff6d5774cff1bb062869f /gcc | |
parent | f49ad344562ee6e8446185e424c8cc1ebd06ceb4 (diff) | |
download | gcc-4d583bb9fcd52dfe308a438bf31433ad8f23c0d5.zip gcc-4d583bb9fcd52dfe308a438bf31433ad8f23c0d5.tar.gz gcc-4d583bb9fcd52dfe308a438bf31433ad8f23c0d5.tar.bz2 |
titan.md (automata_option "progress"): Remove.
2011-04-25 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/titan.md (automata_option "progress"): Remove.
From-SVN: r172940
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/titan.md | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cacaee6..26b8cb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-04-25 Segher Boessenkool <segher@kernel.crashing.org> + + * config/rs6000/titan.md (automata_option "progress"): Remove. + 2011-04-25 Jeff Law <law@redhat.com> * tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too. diff --git a/gcc/config/rs6000/titan.md b/gcc/config/rs6000/titan.md index 744d777..ea9ce61 100644 --- a/gcc/config/rs6000/titan.md +++ b/gcc/config/rs6000/titan.md @@ -20,8 +20,6 @@ ;; AppliedMicro Titan core complex -(automata_option "progress") - (define_automaton "titan_core,titan_fpu,titan_fxu,titan_bpu,titan_lsu") (define_cpu_unit "titan_issue_0,titan_issue_1" "titan_core") |