summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-09-14 22:35:49 +0000
committerBill Wendling <isanbard@gmail.com>2012-09-14 22:35:49 +0000
commit8d26bc38f54eeb877942cefd865cc2000479be2b (patch)
tree6a6060491481ca120ad59cb9ee5e1651d70a799c
parent21e27ce26402cb4f414a436af826b5fb2bb486a1 (diff)
downloadbcm5719-llvm-8d26bc38f54eeb877942cefd865cc2000479be2b.tar.gz
bcm5719-llvm-8d26bc38f54eeb877942cefd865cc2000479be2b.zip
Remove comment.
llvm-svn: 163945
-rw-r--r--llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
index 5d4a1b30f57..06c1ec58b32 100644
--- a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
+++ b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp
@@ -774,7 +774,7 @@ insertFlush(ArrayRef<std::pair<GlobalVariable*, MDNode*> > CountersBySP) {
I != E; ++I) {
GlobalVariable *GV = I->first;
Constant *Null = Constant::getNullValue(GV->getType()->getElementType());
- Builder.CreateStore(Null, GV);//Builder.CreateConstGEP2_64(GV, 0, 0));
+ Builder.CreateStore(Null, GV);
}
Type *RetTy = FlushF->getReturnType();
OpenPOWER on IntegriCloud