summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprConstant.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2010-08-22 01:00:03 +0000
committerEli Friedman <eli.friedman@gmail.com>2010-08-22 01:00:03 +0000
commit04831926eca9fad5fb56118d7a74002cd6ff84a2 (patch)
tree6bc00c2d01f7647fff5dcc8c9cdda852275c28fa /clang/lib/CodeGen/CGExprConstant.cpp
parent94b2dd0998230c758abd92c99d3700c971f7a31a (diff)
downloadbcm5719-llvm-04831926eca9fad5fb56118d7a74002cd6ff84a2.tar.gz
bcm5719-llvm-04831926eca9fad5fb56118d7a74002cd6ff84a2.zip
Detabify.
llvm-svn: 111768
Diffstat (limited to 'clang/lib/CodeGen/CGExprConstant.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprConstant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprConstant.cpp b/clang/lib/CodeGen/CGExprConstant.cpp
index 946a694b76f..6acc02c5b9e 100644
--- a/clang/lib/CodeGen/CGExprConstant.cpp
+++ b/clang/lib/CodeGen/CGExprConstant.cpp
@@ -793,7 +793,7 @@ public:
case Expr::DeclRefExprClass: {
ValueDecl *Decl = cast<DeclRefExpr>(E)->getDecl();
if (Decl->hasAttr<WeakRefAttr>())
- return CGM.GetWeakRefReference(Decl);
+ return CGM.GetWeakRefReference(Decl);
if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Decl))
return CGM.GetAddrOfFunction(FD);
if (const VarDecl* VD = dyn_cast<VarDecl>(Decl)) {
OpenPOWER on IntegriCloud