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/CodeGen/SelectionDAG/SelectionDAGBuild.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/CodeGen/SelectionDAG/SelectionDAGBuild.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index f1bf737922b..adcc5322721 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp @@ -4197,7 +4197,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) { // Store the stack protector onto the stack. SDValue Result = DAG.getStore(getRoot(), getCurDebugLoc(), Src, FIN, - PseudoSourceValue::getStackObject(FI), + PseudoSourceValue::getFixedStack(FI), 0, true); setValue(&I, Result); DAG.setRoot(Result); |

