We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4148158 commit fd64038Copy full SHA for fd64038
llvm/include/llvm/CodeGen/TargetLowering.h
@@ -368,8 +368,8 @@ class TargetLoweringBase {
368
}
369
370
/// 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.
+ /// the pointer type from the data layout.
+ /// FIXME: The default needs to be removed once all the code is updated.
373
virtual MVT getPointerMemTy(const DataLayout &DL, uint32_t AS = 0) const {
374
return MVT::getIntegerVT(DL.getPointerSizeInBits(AS));
375
0 commit comments