remove dead prototype.

llvm-svn: 111342
This commit is contained in:
Chris Lattner 2010-08-18 02:37:06 +00:00
parent fb7eaff759
commit 6aabb66139
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ namespace {
void DoScalarReplacement(AllocaInst *AI,
std::vector<AllocaInst*> &WorkList);
void DeleteDeadInstructions();
AllocaInst *AddNewAlloca(Function &F, const Type *Ty, AllocaInst *Base);
void RewriteForScalarRepl(Instruction *I, AllocaInst *AI, uint64_t Offset,
SmallVector<AllocaInst*, 32> &NewElts);
void RewriteBitCast(BitCastInst *BC, AllocaInst *AI, uint64_t Offset,