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 c308d90 commit 258631fCopy full SHA for 258631f
llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h
@@ -54,8 +54,8 @@ class GMemOperation : public GenericMachineInstr {
54
bool isUnordered() const { return getMMO().isUnordered(); }
55
56
/// 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.
+ uint64_t getMemSize() const { return getMMO().getSize(); }
+ /// Returns the size in bits of the memory access.
59
uint64_t getMemSizeInBits() const { return getMMO().getSizeInBits(); }
60
61
static bool classof(const MachineInstr *MI) {
0 commit comments