summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-10 00:37:08 +0000
committerChris Lattner <sabre@nondot.org>2009-04-10 00:37:08 +0000
commit6bc4aaa2eb1d7c3b3a7c04bae1c23a1020aa506a (patch)
tree74d776907788840849fe54319cb45c1cb42727b4 /clang/lib/CodeGen/CGDecl.cpp
parent5286e774eec4028a0b634f53df5dd1590a38a3b4 (diff)
downloadbcm5719-llvm-6bc4aaa2eb1d7c3b3a7c04bae1c23a1020aa506a.tar.gz
bcm5719-llvm-6bc4aaa2eb1d7c3b3a7c04bae1c23a1020aa506a.zip
Make messages consistent.
llvm-svn: 68756
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
-rw-r--r--clang/lib/CodeGen/CGDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp
index 00eb8b477ba..2060b5c449d 100644
--- a/clang/lib/CodeGen/CGDecl.cpp
+++ b/clang/lib/CodeGen/CGDecl.cpp
@@ -65,7 +65,7 @@ void CodeGenFunction::EmitBlockVarDecl(const VarDecl &D) {
// We don't support __thread yet.
if (D.isThreadSpecified())
- CGM.ErrorUnsupported(&D, "__thread variable", true);
+ CGM.ErrorUnsupported(&D, "thread local ('__thread') variable", true);
switch (D.getStorageClass()) {
case VarDecl::Static:
OpenPOWER on IntegriCloud