summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZISelLowering.cpp
diff options
context:
space:
mode:
authorWill Dietz <wdietz2@illinois.edu>2013-10-12 00:55:57 +0000
committerWill Dietz <wdietz2@illinois.edu>2013-10-12 00:55:57 +0000
commite3ba15c794839abe076e3e2bdf6c626396a19d4d (patch)
tree30db2897925bb824e46951d059c175686c112543 /lib/Target/SystemZ/SystemZISelLowering.cpp
parent87b110ac24063a7a48a9d1273e6db596baab78a0 (diff)
downloadllvm-e3ba15c794839abe076e3e2bdf6c626396a19d4d.tar.gz
llvm-e3ba15c794839abe076e3e2bdf6c626396a19d4d.tar.bz2
llvm-e3ba15c794839abe076e3e2bdf6c626396a19d4d.tar.xz
Add missing #include's to cctype when using isdigit/alpha/etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r--lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp
index f9cc3b8d15..b1ec331c3e 100644
--- a/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/lib/Target/SystemZ/SystemZISelLowering.cpp
@@ -23,6 +23,8 @@
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
+#include <cctype>
+
using namespace llvm;
// Classify VT as either 32 or 64 bit.