mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 17:31:50 +00:00
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1b95f53cc
commit
703360f93c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user