Skip to content

Commit fd64038

Browse files
committed
[CodeGen] getPointerMemTy - move FIXME to start of comment line so editors are more likely to detect it. NFC.
1 parent 4148158 commit fd64038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/CodeGen/TargetLowering.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ class TargetLoweringBase {
368368
}
369369

370370
/// Return the in-memory pointer type for the given address space, defaults to
371-
/// the pointer type from the data layout. FIXME: The default needs to be
372-
/// removed once all the code is updated.
371+
/// the pointer type from the data layout.
372+
/// FIXME: The default needs to be removed once all the code is updated.
373373
virtual MVT getPointerMemTy(const DataLayout &DL, uint32_t AS = 0) const {
374374
return MVT::getIntegerVT(DL.getPointerSizeInBits(AS));
375375
}

0 commit comments

Comments
 (0)