---
source: hugr-llvm/src/extension/float.rs
expression: mod_str
---
; ModuleID = 'test_context'
source_filename = "test_context"
define private i1 @_hl.main.1(double %0, double %1) {
alloca_block:
br label %entry_block
entry_block: ; preds = %alloca_block
%2 = fcmp olt double %0, %1
%3 = select i1 %2, i1 true, i1 false
ret i1 %3
}