Fix warning on trailing `;`. NFC.

This commit is contained in:
Michael Liao 2020-02-04 20:47:36 -05:00
parent 3125887845
commit 0ca33f1b0f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {