Fix a minor issue in x86 load / store folding table. movups does an unaligned load...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 21 Jan 2010 00:55:14 +0000 (00:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 21 Jan 2010 00:55:14 +0000 (00:55 +0000)
commit94da721d8c0f93cb565e6a7cc48ddd15e69c20a9
tree1f4f3d60f308a1f6e6bb16c9f0ae36db84be4f98
parentd0a0c382ea51d36dc7e5938291763da73b4262dc
Fix a minor issue in x86 load / store folding table. movups does an unaligned load so it doesn't require 16-byte alignment.

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