mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Remove comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48b6a79b2d
commit
ec3fc2eac0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user