diff options
Diffstat (limited to 'llvm/test/BugPoint/remove_arguments_test.ll')
-rw-r--r-- | llvm/test/BugPoint/remove_arguments_test.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll index 72be4fe5593..904c91788ce 100644 --- a/llvm/test/BugPoint/remove_arguments_test.ll +++ b/llvm/test/BugPoint/remove_arguments_test.ll @@ -1,6 +1,6 @@ ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s -; REQUIRES: loadable_module +; REQUIRES: plugins ; Test to make sure that arguments are removed from the function if they are ; unnecessary. And clean up any types that frees up too. |