summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit981af0021b9144cb08d605a404e9ea68b2e29b9e (patch)
treeec5c5f736ba7bad300bd0b24dbc117e917e09afe /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
parent05d7084ce9f8087ff3035412d5e3e1c790ec484d (diff)
downloadbcm5719-llvm-981af0021b9144cb08d605a404e9ea68b2e29b9e.tar.gz
bcm5719-llvm-981af0021b9144cb08d605a404e9ea68b2e29b9e.zip
Add missing #include's to cctype when using isdigit/alpha/etc.
llvm-svn: 192519
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
index f9cc3b8d159..b1ec331c3e5 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud