mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 06:33:21 +00:00
Disable a couple of tests, CodeGen/X86/noop-insert.ll and CodeGen/X86/noop-insert-percentage.ll, in r225908, to unbreak tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf0dee8bbc
commit
2a38522280
@ -1,3 +1,5 @@
|
||||
; REQUIRES: disabled
|
||||
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -rng-seed=5 -noop-insertion -noop-insertion-percentage=10 \
|
||||
; RUN: | FileCheck %s --check-prefix=PERCENT10
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -rng-seed=5 -noop-insertion -noop-insertion-percentage=50 \
|
||||
|
@ -1,3 +1,5 @@
|
||||
; REQUIRES: disabled
|
||||
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion -rng-seed=1 | FileCheck %s --check-prefix=SEED1
|
||||
; RUN: llc < %s -mtriple=x86_64-linux -noop-insertion -rng-seed=20 | FileCheck %s --check-prefix=SEED2
|
||||
|
Loading…
x
Reference in New Issue
Block a user