diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-07-26 11:37:05 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-07-26 11:37:05 +0000 |
commit | 6eda2f880ceaeba2d7234754f01fe568f0907d27 (patch) | |
tree | eacd4f70e61072d6559f5b9b008b2cb0d508fd3a /test/BugPoint | |
parent | 5e7aab0de29aa9e0a6b33fe74cd2285a1337b167 (diff) | |
download | llvm-6eda2f880ceaeba2d7234754f01fe568f0907d27.tar.gz |
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r-- | test/BugPoint/remove_arguments_test.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/BugPoint/remove_arguments_test.ll b/test/BugPoint/remove_arguments_test.ll index 29a03b831077..fee514e0c409 100644 --- a/test/BugPoint/remove_arguments_test.ll +++ b/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 |