forked from OSchip/llvm-project
parent
3b4fdb0951
commit
54ef9f5831
|
@ -4231,7 +4231,7 @@ void SelectionDAGLowering::visitInlineAsm(CallSite CS) {
|
|||
if (!SawEarlyClobber &&
|
||||
OpInfo.Type == InlineAsm::isClobber &&
|
||||
OpInfo.ConstraintType == TargetLowering::C_Register) {
|
||||
// Note that we want to ignore things that we don't trick here, like
|
||||
// Note that we want to ignore things that we don't track here, like
|
||||
// dirflag, fpsr, flags, etc.
|
||||
std::pair<unsigned, const TargetRegisterClass*> PhysReg =
|
||||
TLI.getRegForInlineAsmConstraint(OpInfo.ConstraintCode,
|
||||
|
|
Loading…
Reference in New Issue