mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 20:15:35 +00:00
Fix comment typo.
llvm-svn: 102612
This commit is contained in:
parent
b9fe4fd40c
commit
c83ef78bd3
@ -91,7 +91,7 @@ class MDNode : public Value, public FoldingSetNode {
|
||||
FunctionLocalBit = 1 << 0,
|
||||
|
||||
/// NotUniquedBit - This is set on MDNodes that are not uniqued because they
|
||||
/// have a null perand.
|
||||
/// have a null operand.
|
||||
NotUniquedBit = 1 << 1,
|
||||
|
||||
/// DestroyFlag - This bit is set by destroy() so the destructor can assert
|
||||
|
Loading…
Reference in New Issue
Block a user