MachineCopyPropagation has special logic for removing COPY instructions. It will...
[oota-llvm.git] / lib / Object / YAML.cpp
index 5b665032bb3449680070e0ac5f6f583255216dea..c527bde090e8e6ea2127695e4063628e42427129 100644 (file)
@@ -13,7 +13,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Object/YAML.h"
+#include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/raw_ostream.h"
+#include <cctype>
 
 using namespace llvm;
 using namespace object::yaml;