AMDGPUInstPrinter.cpp - add CommandLine.h include. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 24 May 2020 13:16:03 +0000 (14:16 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 24 May 2020 13:17:04 +0000 (14:17 +0100)
Fixes implicit dependency that will be exposed by a future patch.

llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp

index 43bd8d1..a844f10 100644 (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"