The hasMemory argument is irrelevant to how the argument
authorDale Johannesen <dalej@apple.com>
Fri, 25 Jun 2010 21:55:36 +0000 (21:55 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 25 Jun 2010 21:55:36 +0000 (21:55 +0000)
commit1784d160e4efa75782884d451d0788b9457e67dc
treea9bdcabb23a171786ba184dc65ee9291fcb5e144
parent583a2a06152de7796967488f3689e109ba6c5364
The hasMemory argument is irrelevant to how the argument
for an "i" constraint should get lowered; PR 6309.  While
this argument was passed around a lot, this is the only
place it was used, so it goes away from a lot of other
places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106893 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.h
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/Transforms/Utils/AddrModeMatcher.cpp
test/CodeGen/X86/2010-06-25-asm-RA-crash.ll [new file with mode: 0644]