aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2023-11-23 18:44:01 +0000
committerDavid Green <david.green@arm.com>2023-11-23 18:44:01 +0000
commit258631fc0c640b5091950a3323e2c51545c3f0a9 (patch)
treea68a1fa4aced62e1331162e557b49a5cc6886b10
parentc308d903a8fd479e49271ae9f08f7260ff5f58a7 (diff)
downloadllvm-258631fc0c640b5091950a3323e2c51545c3f0a9.zip
llvm-258631fc0c640b5091950a3323e2c51545c3f0a9.tar.gz
llvm-258631fc0c640b5091950a3323e2c51545c3f0a9.tar.bz2
[GlobalISel] Fix a bit of formatting. NFC
-rw-r--r--llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h b/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
index b34b90f..6ab1d455 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
@@ -54,8 +54,8 @@ public:
bool isUnordered() const { return getMMO().isUnordered(); }
/// Returns the size in bytes of the memory access.
- uint64_t getMemSize() const { return getMMO().getSize();
- } /// Returns the size in bits of the memory access.
+ uint64_t getMemSize() const { return getMMO().getSize(); }
+ /// Returns the size in bits of the memory access.
uint64_t getMemSizeInBits() const { return getMMO().getSizeInBits(); }
static bool classof(const MachineInstr *MI) {