diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-10-17 07:53:04 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-10-17 07:53:04 +0000 |
commit | 8759585aba78a2109db10511fdd0913af7d6e844 (patch) | |
tree | 30a198744a1d4917d1f491142a93bf2a10b45c59 /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | |
parent | 1baf407fbcaaccc33a6c30de9b2b39d258b919c5 (diff) | |
download | bcm5719-llvm-8759585aba78a2109db10511fdd0913af7d6e844.tar.gz bcm5719-llvm-8759585aba78a2109db10511fdd0913af7d6e844.zip |
Revert 84315 for now. Re-thinking the patch.
llvm-svn: 84321
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index f0ea93ca71c..07e0d830580 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -322,7 +322,7 @@ SystemZTargetLowering::LowerCCCArguments(SDValue Chain, // from this parameter SDValue FIN = DAG.getFrameIndex(FI, getPointerTy()); ArgValue = DAG.getLoad(LocVT, dl, Chain, FIN, - PseudoSourceValue::getStackObject(FI), 0); + PseudoSourceValue::getFixedStack(FI), 0); } // If this is an 8/16/32-bit value, it is really passed promoted to 64 |