[test] Fix quadradic-exit-value.ll under NPM

This commit is contained in:
Arthur Eubanks 2020-10-21 13:33:01 -07:00
parent e045d844e6
commit 7d6c3e509a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
; passes *always* work on LCSSA. This should stop using a different set of
; checks at that point.
; RUN: opt < %s -analyze -iv-users | FileCheck %s --check-prefixes=CHECK,CHECK-NO-LCSSA
; RUN: opt < %s -analyze -iv-users -enable-new-pm=0 | FileCheck %s --check-prefixes=CHECK,CHECK-NO-LCSSA
; RUN: opt < %s -disable-output -passes='print<iv-users>' 2>&1 | FileCheck %s
; Provide legal integer types.