diff options
Diffstat (limited to 'llvm/test/Reduce/remove-args.ll')
| -rw-r--r-- | llvm/test/Reduce/remove-args.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Reduce/remove-args.ll b/llvm/test/Reduce/remove-args.ll index 6aadeb57d83..6b5332a3460 100644 --- a/llvm/test/Reduce/remove-args.ll +++ b/llvm/test/Reduce/remove-args.ll @@ -11,7 +11,6 @@ ; RUN: llvm-reduce --test %t/test.py %s -o %t/out.ll ; RUN: cat %t/out.ll | FileCheck -implicit-check-not=uninteresting %s -; REQUIRES: plugins ; CHECK: @interesting(i32 %interesting) define void @interesting(i32 %uninteresting1, i32 %interesting, i32 %uninteresting2) { |

