We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114ba17 commit d82279eCopy full SHA for d82279e
llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
@@ -357,7 +357,7 @@ static Value *expandNormalizeIntrinsic(CallInst *Orig) {
357
if (auto *constantFP = dyn_cast<ConstantFP>(X)) {
358
const APFloat &fpVal = constantFP->getValueAPF();
359
if (fpVal.isZero())
360
- reportFatalUsageError"Invalid input scalar: length is zero");
+ reportFatalUsageError("Invalid input scalar: length is zero");
361
}
362
return Builder.CreateFDiv(X, X);
363
0 commit comments