Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
krasimirgg committed Aug 21, 2024
1 parent ff0b5bc commit c15cb53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/codegen/comparison-operators-2-tuple.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//@ compile-flags: -C opt-level=1 -Z merge-functions=disabled
//@ only-x86_64
//@ revisions: llvm-pre-20 llvm-20
//@[llvm-20]min-llvm-version: 20
//@[llvm-pre-20]ignore-llvm-version: 20 - 99
//@ [llvm-20] min-llvm-version: 20
//@ [llvm-pre-20] ignore-llvm-version: 20 - 99

#![crate_type = "lib"]

Expand Down
4 changes: 2 additions & 2 deletions tests/codegen/integer-cmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// See <https://github.com/rust-lang/rust/issues/63758> for more info.

//@ revisions: llvm-pre-20 llvm-20
//@[llvm-20]min-llvm-version: 20
//@[llvm-pre-20]ignore-llvm-version: 20 - 99
//@ [llvm-20] min-llvm-version: 20
//@ [llvm-pre-20] ignore-llvm-version: 20 - 99
//@ compile-flags: -C opt-level=3

#![crate_type = "lib"]
Expand Down

0 comments on commit c15cb53

Please sign in to comment.