return a bool value as a bool


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82613 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h
index 64692ba..1f61e3f 100644
--- a/include/clang/Basic/TargetInfo.h
+++ b/include/clang/Basic/TargetInfo.h
@@ -385,7 +385,7 @@
   }
 
   // isTLSSupported - Whether the target supports thread-local storage
-  unsigned isTLSSupported() const {
+  bool isTLSSupported() const {
     return TLSSupported;
   }