1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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

This commit is contained in:
Arthur Eubanks 2020-10-21 13:33:01 -07:00
parent b3e1df2486
commit 55eace9cda

View File

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