diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2012-02-28 18:51:51 +0000 | 
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2012-02-28 18:51:51 +0000 | 
| commit | 65f9d19c4fb4017f4b8ec92a75a8444e41bb59cc (patch) | |
| tree | 41d1153486927a02471033620814035963fe1d08 /llvm/lib/Target/ARM/ARMISelLowering.h | |
| parent | f2e160c665cbc0ae4f546814f1ad28f2a0e59a07 (diff) | |
| download | bcm5719-llvm-65f9d19c4fb4017f4b8ec92a75a8444e41bb59cc.tar.gz bcm5719-llvm-65f9d19c4fb4017f4b8ec92a75a8444e41bb59cc.zip | |
Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call.
llvm-svn: 151645
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index a72a476e962..7f122935260 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -462,7 +462,7 @@ namespace llvm {      virtual SDValue        LowerCall(SDValue Chain, SDValue Callee,                  CallingConv::ID CallConv, bool isVarArg, -                bool &isTailCall, +                bool doesNotRet, bool &isTailCall,                  const SmallVectorImpl<ISD::OutputArg> &Outs,                  const SmallVectorImpl<SDValue> &OutVals,                  const SmallVectorImpl<ISD::InputArg> &Ins, | 

