~ubuntu-branches/ubuntu/maverick/ghdl/maverick

« back to all changes in this revision

Viewing changes to gcc/gcc/config/i386/i386.c

  • Committer: Bazaar Package Importer
  • Author(s): Wesley J. Landaker
  • Date: 2009-04-02 21:23:07 UTC
  • mfrom: (1.1.11 upstream) (3.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090402212307-01pkh97q9b3u1vea
Tags: 0.27+svn110+gcc4.3.3+dfsg-1
* Now using gcc-4.3.3
* Updated copyright information
* Added Vcs-Git information
* Updated to policy 3.8.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11332
11332
      if (req_mode == CCZmode)
11333
11333
        return 0;
11334
11334
      /* FALLTHRU */
 
11335
    case CCAmode:
 
11336
    case CCCmode:
 
11337
    case CCOmode:
 
11338
    case CCSmode:
11335
11339
    case CCZmode:
11336
11340
      break;
11337
11341