mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
IR: Fix comment spelling, NFC
llvm-svn: 226058
This commit is contained in:
parent
255d98103d
commit
239af88068
@ -894,7 +894,7 @@ class MDNodeFwdDecl : public MDNode, ReplaceableMetadataImpl {
|
||||
public:
|
||||
~MDNodeFwdDecl() { dropAllReferences(); }
|
||||
|
||||
// MSVC doesn't seem to see the alternaive: "using MDNode::operator delete".
|
||||
// MSVC doesn't see the alternative: "using MDNode::operator delete".
|
||||
void operator delete(void *Mem) { MDNode::operator delete(Mem); }
|
||||
|
||||
static MDNodeFwdDecl *get(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
|
||||
|
Loading…
Reference in New Issue
Block a user