Skip to content

Commit 6a8fcc8

Browse files
committed
Update comment: ints -> unsigned ints
1 parent 0d045a5 commit 6a8fcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/BackendUtil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ static void addSanitizers(const Triple &TargetTriple,
796796
}
797797

798798
// SanitizeSkipHotCutoffs: doubles with range [0, 1]
799-
// Opts.cutoffs: ints with range [0, 1000000]
799+
// Opts.cutoffs: unsigned ints with range [0, 1000000]
800800
auto ScaledCutoffs = CodeGenOpts.SanitizeSkipHotCutoffs.getAllScaled(1000000);
801801

802802
// TODO: remove IsRequested()

0 commit comments

Comments
 (0)