[llvm] b05b69e - AMDGPUInstPrinter.cpp - add CommandLine.h include. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun May 24 06:18:50 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-24T14:17:04+01:00
New Revision: b05b69e056adfa95f8bbb92b541247eb0ba055ee

URL: https://github.com/llvm/llvm-project/commit/b05b69e056adfa95f8bbb92b541247eb0ba055ee
DIFF: https://github.com/llvm/llvm-project/commit/b05b69e056adfa95f8bbb92b541247eb0ba055ee.diff

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

Fixes implicit dependency that will be exposed by a future patch.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp b/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
index 43bd8d1f3fe7..a844f1060c06 100644
--- a/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
+++ b/llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
@@ -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"


        


More information about the llvm-commits mailing list