Fix typos

llvm-svn: 157752
This commit is contained in:
Joel Jones 2012-05-31 17:11:25 +00:00
parent d9896733c7
commit 585bc82489
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//===-- AllocaHoisting.cpp - Hosist allocas to the entry block --*- C++ -*-===//
//===-- AllocaHoisting.cpp - Hoist allocas to the entry block --*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -38,7 +38,7 @@ bool NVPTXAllocaHoisting::runOnFunction(Function &function) {
char NVPTXAllocaHoisting::ID = 1;
RegisterPass<NVPTXAllocaHoisting> X("alloca-hoisting",
"Hoisting alloca instructsion in non-entry "
"Hoisting alloca instructions in non-entry "
"blocks to the entry block");
FunctionPass *createAllocaHoisting() {