Fix the SVOffset values for loads and stores produced by
authorDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 17:15:20 +0000 (17:15 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Apr 2008 17:15:20 +0000 (17:15 +0000)
commit1f13c686df75ddbbe15b208606ece4846d7479a8
treea3562b2ccf01378f4421c755328b783c9dbf9c49
parent23e8b715267a64381e2fff8c208da1f24b387b83
Fix the SVOffset values for loads and stores produced by
memcpy/memset expansion. It was a bug for the SVOffset value
to be used in the actual address calculations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50359 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h