Skip to content

Commit

Permalink
remove constant-select in LLVM 17
Browse files Browse the repository at this point in the history
  • Loading branch information
cdisselkoen committed Jan 27, 2024
1 parent b7826bc commit 2792272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pub enum Constant {
// Other ops
ICmp(ICmp),
FCmp(FCmp),
#[cfg(feature = "llvm-16-or-lower")]
Select(Select),
}

Expand Down

0 comments on commit 2792272

Please sign in to comment.