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 3aed71e commit ff0bf89Copy full SHA for ff0bf89
clang/lib/CIR/CodeGen/Address.h
@@ -233,14 +233,10 @@ class RawAddress {
233
}
234
235
/// Return the address space that this address resides in.
236
- unsigned getAddressSpace() const {
237
- return getType()->getAddressSpace();
238
- }
+ unsigned getAddressSpace() const { return getType()->getAddressSpace(); }
239
240
/// Return the IR name of the pointer value.
241
- llvm::StringRef getName() const {
242
- return getPointer()->getName();
243
+ llvm::StringRef getName() const { return getPointer()->getName(); }
244
245
/// Return the alignment of this pointer.
246
CharUnits getAlignment() const {
0 commit comments