summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Basic/TargetInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/TargetInfo.h b/clang/include/clang/Basic/TargetInfo.h
index 64692ba37ae..1f61e3fccc2 100644
--- a/clang/include/clang/Basic/TargetInfo.h
+++ b/clang/include/clang/Basic/TargetInfo.h
@@ -385,7 +385,7 @@ public:
}
// isTLSSupported - Whether the target supports thread-local storage
- unsigned isTLSSupported() const {
+ bool isTLSSupported() const {
return TLSSupported;
}
OpenPOWER on IntegriCloud