summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-10-30 16:37:27 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-10-30 16:37:27 +0000
commitb2978da715b4c7e62d39e1a5f9d92d3dca4998ec (patch)
tree378cc2967102dde059544f974f7bd80bcd78e870 /clang/lib
parent15fb74beb47fde6ec09e2a132e7af019d7ce5bd5 (diff)
downloadbcm5719-llvm-b2978da715b4c7e62d39e1a5f9d92d3dca4998ec.tar.gz
bcm5719-llvm-b2978da715b4c7e62d39e1a5f9d92d3dca4998ec.zip
CGExprConstant.cpp: Appease Modules.
llvm-svn: 251713
Diffstat (limited to 'clang/lib')
-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 bbd04dd7514..c97739915da 100644
--- a/clang/lib/CodeGen/CGExprConstant.cpp
+++ b/clang/lib/CodeGen/CGExprConstant.cpp
@@ -1038,7 +1038,7 @@ public:
unsigned Type = cast<PredefinedExpr>(E)->getIdentType();
if (CGF) {
LValue Res = CGF->EmitPredefinedLValue(cast<PredefinedExpr>(E));
- return cast<ConstantAddress>(Res.getAddress());
+ return llvm::cast<ConstantAddress>(Res.getAddress());
} else if (Type == PredefinedExpr::PrettyFunction) {
return CGM.GetAddrOfConstantCString("top level", ".tmp");
}
OpenPOWER on IntegriCloud