[tests] fix an accidental target dependence added in 99ac8868

This commit is contained in:
Philip Reames 2020-12-15 11:07:30 -08:00
parent 99ac8868cf
commit a048e2fa1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S -loop-vectorize < %s | FileCheck %s
; RUN: opt -S -loop-vectorize -force-vector-width=2 < %s | FileCheck %s
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
define void @bottom_tested(i16* %p, i32 %n) {