diff options
| author | Joel Jones <joel_k_jones@apple.com> | 2012-05-31 17:11:25 +0000 |
|---|---|---|
| committer | Joel Jones <joel_k_jones@apple.com> | 2012-05-31 17:11:25 +0000 |
| commit | 585bc8248901793fcf58599caaf4f045d54a95af (patch) | |
| tree | 91dcf88c90e3f5efb6a49902fdf7c40b459487e4 /llvm/lib | |
| parent | d9896733c78d9633b5da0febbaeb0e02f49aebca (diff) | |
| download | bcm5719-llvm-585bc8248901793fcf58599caaf4f045d54a95af.tar.gz bcm5719-llvm-585bc8248901793fcf58599caaf4f045d54a95af.zip | |
Fix typos
llvm-svn: 157752
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp b/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp index 2706b0bf8aa..668c39308f7 100644 --- a/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp +++ b/llvm/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp @@ -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() { |

