1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[PPC] Adjust run line for hardware-loops-crash.ll

Looks like %s was accidentally dropped.
This commit is contained in:
Florian Hahn 2020-08-01 20:58:05 +01:00
parent a60d0184bb
commit ab94d6392d

View File

@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -hardware-loops -S -verify-loop-lcssa | FileCheck %s
; RUN: opt -hardware-loops -S -verify-loop-lcssa %s | FileCheck %s
target datalayout = "E-m:e-i64:64-n32:64"
target triple = "ppc64-unknown-linux-elf"