[llvm-commits] [llvm] r157752 - /llvm/trunk/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
Joel Jones
joel_k_jones at apple.com
Thu May 31 10:11:25 PDT 2012
Author: joel_k_jones
Date: Thu May 31 12:11:25 2012
New Revision: 157752
URL: http://llvm.org/viewvc/llvm-project?rev=157752&view=rev
Log:
Fix typos
Modified:
llvm/trunk/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
Modified: llvm/trunk/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp?rev=157752&r1=157751&r2=157752&view=diff
==============================================================================
--- llvm/trunk/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp (original)
+++ llvm/trunk/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp Thu May 31 12:11:25 2012
@@ -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 @@
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() {
More information about the llvm-commits
mailing list