Disable 2->3 address promotion of add and inc instructions to LEA's. In
authorChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 04:18:17 +0000 (04:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 04:18:17 +0000 (04:18 +0000)
commit5aee0b97aa46cb25ccfe157a3a5612d155519b28
treefcd2eda7be0d57e9dad890058813f19744af87e0
parentbbdfaf8ec7d3d9ef4bbbc85778e1323d26461ab2
Disable 2->3 address promotion of add and inc instructions to LEA's.  In
addition to being three address, LEA's don't set the flags.

This fixes 186.crafty.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19251 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp