[llvm-commits] [llvm] r53605 - /llvm/trunk/test/Transforms/DeadArgElim/keepalive.ll
Matthijs Kooijman
matthijs at stdin.nl
Tue Jul 15 06:15:21 PDT 2008
Author: matthijs
Date: Tue Jul 15 08:15:10 2008
New Revision: 53605
URL: http://llvm.org/viewvc/llvm-project?rev=53605&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/test/Transforms/DeadArgElim/keepalive.ll
Modified: llvm/trunk/test/Transforms/DeadArgElim/keepalive.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/DeadArgElim/keepalive.ll?rev=53605&r1=53604&r2=53605&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/DeadArgElim/keepalive.ll (original)
+++ llvm/trunk/test/Transforms/DeadArgElim/keepalive.ll Tue Jul 15 08:15:10 2008
@@ -5,7 +5,7 @@
; Check if the pass doesn't modify anything that doesn't need changing. We feed
; an unused argument to each function to lure it into changing _something_ about
-; the function and then changing to much.
+; the function and then changing too much.
; This checks if the struct retval isn't changed into a void
More information about the llvm-commits
mailing list