diff options
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r-- | lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp index 139fc95b67..b0dd6a6cee 100644 --- a/lib/Target/X86/X86ISelLowering.cpp +++ b/lib/Target/X86/X86ISelLowering.cpp @@ -453,7 +453,7 @@ static std::vector<SDOperand> getFormalArgObjects(SDOperand Op) { assert(Op.getOpcode() == ISD::AssertSext || Op.getOpcode() == ISD::AssertZext); Objs.push_back(Op.getOperand(0)); - } else if (Opc == ISD::FP_ROUND) { + } else if (Opc == ISD::FP_ROUND || Opc == ISD::VBIT_CONVERT) { Objs.push_back(Op.getOperand(0)); } else if (Opc == ISD::BUILD_PAIR) { Objs.push_back(Op.getOperand(0)); |