Fix isThreadModelSupported()'s comment. NFC

llvm-svn: 223241
This commit is contained in:
Jonathan Roelofs 2014-12-03 17:04:52 +00:00
parent ff5326f0d1
commit d9e4ee5d16
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ public:
/// getThreadModel() - Which thread model does this target use?
virtual std::string getThreadModel() const { return "posix"; }
/// supportsThreadModel() - Does this target support a thread model?
/// isThreadModelSupported() - Does this target support a thread model?
virtual bool isThreadModelSupported(const StringRef Model) const;
/// ComputeLLVMTriple - Return the LLVM target triple to use, after taking