projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b35c2
)
Don't mark argument value stores as immutable, as otherwise the post-RA
author
Jim Grosbach
<grosbach@apple.com>
Fri, 15 Oct 2010 18:34:47 +0000
(18:34 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 15 Oct 2010 18:34:47 +0000
(18:34 +0000)
scheduler may reorder loads from them before the stores and other such
badness. PR8347. Patch by David Meyer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116602
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMISelLowering.cpp
b/lib/Target/ARM/ARMISelLowering.cpp
index 6f292dd1556bbe16b8319aa75d8e9a5e6666e19d..d9a7ec324515215ff0db5367db1da1eed7d04725 100644
(file)
--- a/
lib/Target/ARM/ARMISelLowering.cpp
+++ b/
lib/Target/ARM/ARMISelLowering.cpp
@@
-2217,7
+2217,7
@@
ARMTargetLowering::LowerFormalArguments(SDValue Chain,
AFI->setVarArgsFrameIndex(
MFI->CreateFixedObject(VARegSaveSize,
ArgOffset + VARegSaveSize - VARegSize,
-
tru
e));
+
fals
e));
SDValue FIN = DAG.getFrameIndex(AFI->getVarArgsFrameIndex(),
getPointerTy());