Fix a typo in a comment in MemCpyOpt (test commit)

llvm-svn: 239628
This commit is contained in:
Matt Wala 2015-06-12 18:16:51 +00:00
parent ef5e7addb3
commit a4afccd8a8
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ namespace {
AU.addPreserved<MemoryDependenceAnalysis>();
}
// Helper fuctions
// Helper functions
bool processStore(StoreInst *SI, BasicBlock::iterator &BBI);
bool processMemSet(MemSetInst *SI, BasicBlock::iterator &BBI);
bool processMemCpy(MemCpyInst *M);