diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/noop-insert.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/noop-insert.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/noop-insert.ll b/llvm/test/CodeGen/X86/noop-insert.ll index bd312dbb4be..47ecf0bf9f7 100644 --- a/llvm/test/CodeGen/X86/noop-insert.ll +++ b/llvm/test/CodeGen/X86/noop-insert.ll @@ -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 |