Skip to content

Commit f57217b

Browse files
committed
Replace FIXME with NOTE in the comments.
1 parent 3127da6 commit f57217b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Basic/Targets/SPIR.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class LLVM_LIBRARY_VISIBILITY SPIRTargetInfo : public TargetInfo {
133133

134134
void adjust(LangOptions &Opts) override {
135135
TargetInfo::adjust(Opts);
136-
// FIXME: SYCL specification considers unannotated pointers and references
136+
// NOTE: SYCL specification considers unannotated pointers and references
137137
// to be pointing to the generic address space. See section 5.9.3 of
138138
// SYCL 2020 specification.
139139
// Currently, there is no way of representing SYCL's default address space

0 commit comments

Comments
 (0)