1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Drop the npm run line from llvm/test/Analysis/ScalarEvolution/pr46786.ll

since it's failing.
This commit is contained in:
Hans Wennborg 2020-07-23 15:11:38 +02:00
parent 19ae7d2a75
commit 62e5233404

View File

@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
; RUN: opt < %s -analyze -enable-new-pm=0 -scalar-evolution | FileCheck %s
; RUN: opt < %s -disable-output "-passes=print<scalar-evolution>" 2>&1 | FileCheck %s
source_filename = "input.cpp"
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"