From e6926697590df84035dfbc03ca202fbe78e129a8 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 26 Jul 2015 11:37:05 +0000 Subject: [PATCH] Fix typo in comment llvm-svn: 243244 --- llvm/test/BugPoint/remove_arguments_test.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll index 29a03b8..fee514e 100644 --- a/llvm/test/BugPoint/remove_arguments_test.ll +++ b/llvm/test/BugPoint/remove_arguments_test.ll @@ -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 -- 2.7.4