Skip to content

Commit

Permalink
fix typo (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepasite authored and wsmoses committed May 21, 2023
1 parent 21bf500 commit 524bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/test/Enzyme/ForwardMode/div.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: %if [ %llvmver -lt 16 ]; then %opt < %s %loadEnzyme -enzyme -instsimplify -enzyme-preopt=false -S | FileCheck %s; fi
; RUN: if [ %llvmver -lt 16 ]; then %opt < %s %loadEnzyme -enzyme -instsimplify -enzyme-preopt=false -S | FileCheck %s; fi
; RUN: %opt < %s %newLoadEnzyme -passes="enzyme,function(instsimplify)" -enzyme-preopt=false -S | FileCheck %s

; Function Attrs: noinline nounwind readnone uwtable
Expand Down

0 comments on commit 524bcd0

Please sign in to comment.