Skip to content

Commit 809ee42

Browse files
committed
Fix typo in passes
1 parent f2b962a commit 809ee42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llvm_backend_passes.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ cgscc(
715715
indvars,
716716
extra-simple-loop-unswitch-passes,
717717
loop-deletion,
718-
loop-unroll-full#
718+
loop-unroll-full
719719
),
720720
sroa<modify-cfg>,
721721
vector-combine,

0 commit comments

Comments
 (0)