Skip to content

Commit 431f4f7

Browse files
committed
address formatting
1 parent b832e93 commit 431f4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ static Instruction *convertNvvmIntrinsicToLlvm(InstCombiner &IC,
416416
llvm_unreachable("All SpecialCase enumerators should be handled in switch.");
417417
}
418418

419-
// Returns true/false when we know the answer, nullopt otherwise.
419+
// Returns true/false when we know the answer, nullopt otherwise.
420420
static std::optional<bool> evaluateIsSpace(Intrinsic::ID IID, unsigned AS) {
421421
if (AS == NVPTXAS::ADDRESS_SPACE_GENERIC ||
422422
AS == NVPTXAS::ADDRESS_SPACE_PARAM)

0 commit comments

Comments
 (0)