forked from OSchip/llvm-project
Fix a typo in a comment in MemCpyOpt (test commit)
llvm-svn: 239628
This commit is contained in:
parent
ef5e7addb3
commit
a4afccd8a8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue