Skip to content

Commit 7f9fe50

Browse files
author
GYT
committed
fix return type
1 parent 835f8f0 commit 7f9fe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopVectorize/diag-disabled-vectorization-msgs.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
; FORCEDONLY-SAME: loop not vectorized: only vectorizing loops that explicitly request it
4242
; FORCEDONLY: LV: Loop hints prevent vectorization
4343

44-
define double @disabled_loop_vectorization(ptr %src) {
44+
define i64 @disabled_loop_vectorization(ptr %src) {
4545
entry:
4646
br label %loop
4747

0 commit comments

Comments
 (0)