Recover some overzealously removed includes.
authorMichael Zolotukhin <mzolotukhin@apple.com>
Wed, 13 Dec 2017 22:21:02 +0000 (22:21 +0000)
committerMichael Zolotukhin <mzolotukhin@apple.com>
Wed, 13 Dec 2017 22:21:02 +0000 (22:21 +0000)
llvm-svn: 320648

llvm/lib/Support/Allocator.cpp
llvm/lib/Target/AArch64/AArch64MacroFusion.cpp
llvm/lib/Target/ARM/ARMMacroFusion.cpp
llvm/lib/Target/X86/X86MacroFusion.cpp
llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp

index 310f61624d22ef1d73646e13fdb6b0e6cb71f1d8..f48edac0598ce13ece81ec075fbfbb9b0ca35a10 100644 (file)
@@ -11,6 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/Support/Allocator.h"
 #include "llvm/Support/raw_ostream.h"
 
 namespace llvm {
index 6930c816b5ae3015f0406a4bf9979d1d5aad30a1..bd4bdaa6d12d8271c8582e3c8b72797aa2a99ce0 100644 (file)
@@ -12,6 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "AArch64MacroFusion.h"
 #include "AArch64Subtarget.h"
 #include "llvm/CodeGen/MacroFusion.h"
 #include "llvm/CodeGen/TargetInstrInfo.h"
index 442138b282b92b9aaf840ee5e1c69e7f7b43c861..5c9aad417ceb866288aa2fab43eed46e304d9f87 100644 (file)
@@ -12,6 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "ARMMacroFusion.h"
 #include "ARMSubtarget.h"
 #include "llvm/CodeGen/MacroFusion.h"
 #include "llvm/CodeGen/TargetInstrInfo.h"
index 18b106f9e4be4076de50f136e009e8ffbcf5f22b..67d95c2233dec64e8de34eb16d103affaf60f42e 100644 (file)
@@ -12,6 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "X86MacroFusion.h"
 #include "X86Subtarget.h"
 #include "llvm/CodeGen/MacroFusion.h"
 #include "llvm/CodeGen/TargetInstrInfo.h"
index 8a4e302ea4195dce1f71723c0134de852679a685..dd8436728baf39452d1d3fc43cd616d07dea70a2 100644 (file)
@@ -52,6 +52,7 @@
 #include "llvm/Support/FormatAdapters.h"
 #include "llvm/Support/FormatVariadic.h"
 
+#include <cctype>
 
 using namespace llvm;
 using namespace llvm::codeview;