forked from OSchip/llvm-project
Fix warning on trailing `;`. NFC.
This commit is contained in:
parent
3125887845
commit
0ca33f1b0f
|
@ -77,7 +77,7 @@ class TargetMachine;
|
|||
|
||||
namespace remarks {
|
||||
class RemarkStreamer;
|
||||
};
|
||||
}
|
||||
|
||||
/// This class is intended to be used as a driving class for all asm writers.
|
||||
class AsmPrinter : public MachineFunctionPass {
|
||||
|
|
Loading…
Reference in New Issue