return a bool value as a bool

llvm-svn: 82613
This commit is contained in:
Chris Lattner 2009-09-23 05:39:46 +00:00
parent b2abe07457
commit f47afd707e
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ public:
}
// isTLSSupported - Whether the target supports thread-local storage
unsigned isTLSSupported() const {
bool isTLSSupported() const {
return TLSSupported;
}