diff options
Diffstat (limited to 'test/BugPoint/remove_arguments_test.ll')
-rw-r--r-- | test/BugPoint/remove_arguments_test.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/BugPoint/remove_arguments_test.ll b/test/BugPoint/remove_arguments_test.ll index 29a03b831077..72be4fe55936 100644 --- a/test/BugPoint/remove_arguments_test.ll +++ b/test/BugPoint/remove_arguments_test.ll @@ -2,10 +2,10 @@ ; 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: ModuleID ; CHECK-NOT: struct.anon %struct.anon = type { i32 } |