[llvm] r243244 - Fix typo in comment

Tobias Grosser tobias at grosser.es
Sun Jul 26 04:37:06 PDT 2015


Author: grosser
Date: Sun Jul 26 06:37:05 2015
New Revision: 243244

URL: http://llvm.org/viewvc/llvm-project?rev=243244&view=rev
Log:
Fix typo in comment

Modified:
    llvm/trunk/test/BugPoint/remove_arguments_test.ll

Modified: llvm/trunk/test/BugPoint/remove_arguments_test.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/remove_arguments_test.ll?rev=243244&r1=243243&r2=243244&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/remove_arguments_test.ll (original)
+++ llvm/trunk/test/BugPoint/remove_arguments_test.ll Sun Jul 26 06:37:05 2015
@@ -2,8 +2,8 @@
 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
 ; REQUIRES: loadable_module
 
-; Test to make sure that arguments are removed from the function if they are 
-; unnecessary. And clean up any types that that frees up too.
+; Test to make sure that arguments are removed from the function if they are
+; unnecessary. And clean up any types that frees up too.
 
 ; CHECK: target triple
 ; CHECK-NOT: struct.anon





More information about the llvm-commits mailing list