AMDGPUInstPrinter.cpp - add CommandLine.h include. NFC.

Fixes implicit dependency that will be exposed by a future patch.
This commit is contained in:
Simon Pilgrim
2020-05-24 14:16:03 +01:00
parent 15224408f0
commit b05b69e056

View File

@@ -18,6 +18,7 @@
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"