mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
fix typos, grammar; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c9f5585b9
commit
112c87e94f
@ -1086,7 +1086,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/// Abstact virtual class for operations for memory operations
|
||||
/// This is an abstract virtual class for memory operations.
|
||||
class MemSDNode : public SDNode {
|
||||
private:
|
||||
// VT of in-memory value.
|
||||
@ -1203,7 +1203,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/// A SDNode reprenting atomic operations.
|
||||
/// This is an SDNode representing atomic operations.
|
||||
class AtomicSDNode : public MemSDNode {
|
||||
SDUse Ops[4];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user