mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix a -Winconsistent-missing-override failure in the .intel_syntax
patch. llvm-svn: 242890
This commit is contained in:
parent
6cb752cf86
commit
80c5815220
@ -79,7 +79,7 @@ public:
|
||||
EmitCommentsAndEOL();
|
||||
}
|
||||
|
||||
virtual void EmitSyntaxDirective();
|
||||
void EmitSyntaxDirective() override;
|
||||
|
||||
void EmitCommentsAndEOL();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user