Skip to content

Commit ff0bf89

Browse files
committed
Clang-format
1 parent 3aed71e commit ff0bf89

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

clang/lib/CIR/CodeGen/Address.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,10 @@ class RawAddress {
233233
}
234234

235235
/// Return the address space that this address resides in.
236-
unsigned getAddressSpace() const {
237-
return getType()->getAddressSpace();
238-
}
236+
unsigned getAddressSpace() const { return getType()->getAddressSpace(); }
239237

240238
/// Return the IR name of the pointer value.
241-
llvm::StringRef getName() const {
242-
return getPointer()->getName();
243-
}
239+
llvm::StringRef getName() const { return getPointer()->getName(); }
244240

245241
/// Return the alignment of this pointer.
246242
CharUnits getAlignment() const {

0 commit comments

Comments
 (0)