MachineCopyPropagation has special logic for removing COPY instructions. It will...
[oota-llvm.git] / lib / Object / YAML.cpp
index 21bacb8578f6a97c2162bd980bccea30fa0acae7..c527bde090e8e6ea2127695e4063628e42427129 100644 (file)
@@ -15,6 +15,7 @@
 #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;