| commit | fe8c530d7988ead2b1f9c81534cf05bb3c7fd587 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Feb 04 20:18:17 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Feb 04 20:18:17 2007 +0000 |
| tree | d41a7e29a05bd35b12c5ab29e1a845792f2ebd2e | |
| parent | 03503b5e31ca5b68c181ae46c71a24a3e0e00fb8 [diff] |
Fix a miscompilation in the addr mode code trying to implement X | C and X + C to promote LEA formation. We would incorrectly apply it in some cases (test) and miss it in others. This fixes CodeGen/X86/2007-02-04-OrAddrMode.ll llvm-svn: 33884