commit | fa735b0eab18ac1248ec28c5a6361433a8b5460f | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Tue Oct 23 22:07:34 2018 +0000 |
committer | Fangrui Song <maskray@google.com> | Tue Oct 23 22:07:34 2018 +0000 |
tree | 58bf127ab89b27a262c77ff113ab245e8d87bdf5 | |
parent | 54b825cafe008510f287b8e9241dc29ccd07d4e1 [diff] |
Actually fix test from r345085 REQUIRE: asserts llvm-svn: 345090
diff --git a/llvm/test/Other/print-debug-counter.ll b/llvm/test/Other/print-debug-counter.ll index 35fc1c1..3647f39 100644 --- a/llvm/test/Other/print-debug-counter.ll +++ b/llvm/test/Other/print-debug-counter.ll
@@ -1,4 +1,4 @@ -; REQUIRES: debug +; REQUIRES: asserts ; RUN: opt -S -debug-counter=early-cse-skip=1,early-cse-count=1 -early-cse \ ; RUN: -debug-counter=newgvn-vn-skip=1,newgvn-vn-count=2 -newgvn \