diff options
| author | John van Groningen | 2005-05-18 11:24:54 +0000 |
|---|---|---|
| committer | John van Groningen | 2005-05-18 11:24:54 +0000 |
| commit | fb2dc94ed247c1c9e3885582fc1bb08324498a43 (patch) | |
| tree | bee9c6f3c488392de4380216a696c5db04d1e1e9 | |
| parent | fix bug in mulUUL instruction (diff) | |
test for GNEG in mark_graph_1 for all platforms
| -rw-r--r-- | cgcalc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3055,8 +3055,8 @@ void mark_graph_1 (register INSTRUCTION_GRAPH graph) case GFLOG10: case GFEXP: #endif -#if defined (I486) || defined (G_POWER) case GNEG: +#if defined (I486) || defined (G_POWER) case GNOT: #endif case GBEFORE0: |
