summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-10 17:53:33 +0000
committerDevang Patel <dpatel@apple.com>2010-08-10 17:53:33 +0000
commitdc866e119c2ac6ab3e6227af64e60bc7dccead42 (patch)
tree861544a1ffb15a79224ed306ba772bea7b826800 /clang/lib/CodeGen/CodeGenFunction.h
parentce25f33e2a825c9260c834f029ff206672645d7c (diff)
downloadbcm5719-llvm-dc866e119c2ac6ab3e6227af64e60bc7dccead42.tar.gz
bcm5719-llvm-dc866e119c2ac6ab3e6227af64e60bc7dccead42.zip
Simplify code and add comments, in code that generate debug info for constant integer globals, based on Chris's feedback.
llvm-svn: 110694
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index e0673d99174..325940d2452 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -1373,7 +1373,7 @@ public:
LValue EmitStmtExprLValue(const StmtExpr *E);
LValue EmitPointerToDataMemberBinaryExpr(const BinaryOperator *E);
LValue EmitObjCSelectorLValue(const ObjCSelectorExpr *E);
- void EmitDeclRefExprDbgValue(const DeclRefExpr *E, const APValue &AV);
+ void EmitDeclRefExprDbgValue(const DeclRefExpr *E, llvm::ConstantInt *Init);
//===--------------------------------------------------------------------===//
// Scalar Expression Emission
//===--------------------------------------------------------------------===//
OpenPOWER on IntegriCloud