[test] Fix no-wrap-symbolic-becount.ll under NPM

This commit is contained in:
Arthur Eubanks 2020-10-21 13:14:44 -07:00
parent 272279a1c0
commit 1d1217c4ea
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt < %s -S -analyze -scalar-evolution | FileCheck %s
; RUN: opt < %s -S -analyze -scalar-evolution -enable-new-pm=0 | FileCheck %s
; RUN: opt < %s -S -passes='print<scalar-evolution>' 2>&1 | FileCheck %s
define i32 @test_01(i32 %start, i32* %p, i32* %q) {
; CHECK-LABEL: 'test_01'