Forgot to integrate this little change in previous commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374463
91177308-0d34-0410-b5e6-
96231b3b80d8
assert(Val.getBitWidth() == BitWidth &&
"Value bitwidth doesn't match definition type");
return Val;
- } else {
- return CstVal.getFPImm()->getValueAPF().bitcastToAPInt();
}
+ return CstVal.getFPImm()->getValueAPF().bitcastToAPInt();
};
while ((MI = MRI.getVRegDef(VReg)) && !IsConstantOpcode(MI->getOpcode()) &&
LookThroughInstrs) {