Skip to content

Commit d82279e

Browse files
committed
fix typo
1 parent 114ba17 commit d82279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ static Value *expandNormalizeIntrinsic(CallInst *Orig) {
357357
if (auto *constantFP = dyn_cast<ConstantFP>(X)) {
358358
const APFloat &fpVal = constantFP->getValueAPF();
359359
if (fpVal.isZero())
360-
reportFatalUsageError"Invalid input scalar: length is zero");
360+
reportFatalUsageError("Invalid input scalar: length is zero");
361361
}
362362
return Builder.CreateFDiv(X, X);
363363
}

0 commit comments

Comments
 (0)