]> granicus.if.org Git - clang/commitdiff
return a bool value as a bool
authorChris Lattner <sabre@nondot.org>
Wed, 23 Sep 2009 05:39:46 +0000 (05:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Sep 2009 05:39:46 +0000 (05:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82613 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetInfo.h

index 64692ba37ae14b470c6ed504af71b1609f65954e..1f61e3fccc2c07a6035afd97294349cae209c57d 100644 (file)
@@ -385,7 +385,7 @@ public:
   }
 
   // isTLSSupported - Whether the target supports thread-local storage
-  unsigned isTLSSupported() const {
+  bool isTLSSupported() const {
     return TLSSupported;
   }