Fix PR2835. Do not change the width of a volatile load.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 29 Sep 2008 17:26:18 +0000 (17:26 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 29 Sep 2008 17:26:18 +0000 (17:26 +0000)
commitd47e0b664f9c4546e26cc527deca145fe37634fa
tree9743f0f752c89b8e42f883545e4dbc363f620e64
parent6cccf03d02936e16319e7cebf7a158643a8b1040
Fix PR2835. Do not change the width of a volatile load.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56792 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/2008-09-29-VolatileBug.ll [new file with mode: 0644]