Skip to content

Commit e692669

Browse files
committed
Fix typo in comment
llvm-svn: 243244
1 parent 5055dfc commit e692669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/BugPoint/remove_arguments_test.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
33
; REQUIRES: loadable_module
44

5-
; Test to make sure that arguments are removed from the function if they are
6-
; unnecessary. And clean up any types that that frees up too.
5+
; Test to make sure that arguments are removed from the function if they are
6+
; unnecessary. And clean up any types that frees up too.
77

88
; CHECK: target triple
99
; CHECK-NOT: struct.anon

0 commit comments

Comments
 (0)