mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -91,7 +91,7 @@ class MDNode : public Value, public FoldingSetNode {
|
|||||||
FunctionLocalBit = 1 << 0,
|
FunctionLocalBit = 1 << 0,
|
||||||
|
|
||||||
/// NotUniquedBit - This is set on MDNodes that are not uniqued because they
|
/// NotUniquedBit - This is set on MDNodes that are not uniqued because they
|
||||||
/// have a null perand.
|
/// have a null operand.
|
||||||
NotUniquedBit = 1 << 1,
|
NotUniquedBit = 1 << 1,
|
||||||
|
|
||||||
/// DestroyFlag - This bit is set by destroy() so the destructor can assert
|
/// DestroyFlag - This bit is set by destroy() so the destructor can assert
|
||||||
|
Reference in New Issue
Block a user