Skip to content

Commit 258631f

Browse files
committed
[GlobalISel] Fix a bit of formatting. NFC
1 parent c308d90 commit 258631f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ class GMemOperation : public GenericMachineInstr {
5454
bool isUnordered() const { return getMMO().isUnordered(); }
5555

5656
/// Returns the size in bytes of the memory access.
57-
uint64_t getMemSize() const { return getMMO().getSize();
58-
} /// Returns the size in bits of the memory access.
57+
uint64_t getMemSize() const { return getMMO().getSize(); }
58+
/// Returns the size in bits of the memory access.
5959
uint64_t getMemSizeInBits() const { return getMMO().getSizeInBits(); }
6060

6161
static bool classof(const MachineInstr *MI) {

0 commit comments

Comments
 (0)