forked from OSchip/llvm-project
[tests] Add two missing 'REQUIRES' lines
llvm-svn: 278104
This commit is contained in:
parent
c59b3ce044
commit
77f76788dc
|
@ -2,6 +2,8 @@
|
|||
; RUN: -disable-output < %s | \
|
||||
; RUN: FileCheck %s -check-prefix=KERNEL-IR
|
||||
|
||||
; REQUIRES: pollyacc
|
||||
|
||||
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
; RUN: -disable-output < %s | \
|
||||
; RUN: FileCheck %s -check-prefix=KERNEL-IR
|
||||
|
||||
; REQUIRES: pollyacc
|
||||
|
||||
; Ensure that no dead instructions are emitted between the store and the
|
||||
; branch instruction of the ScopStmt. At some point, our dead-code-elimination
|
||||
; did not remove code that was inserted to compute the old (unused) branch
|
||||
|
|
Loading…
Reference in New Issue