diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 13:41:33 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-04 13:41:33 +0000 |
| commit | 06ac98299f49a156f12e178c4a621f90dd8a6e24 (patch) | |
| tree | 282bb9c4a842eeb8a368c62f50ff814e1a4eabdb /llvm/test/CodeGen/X86/nonconst-static-ev.ll | |
| parent | d2bfd00e7167e78dfdcfd13d1a645e2ad89b6b8a (diff) | |
| download | bcm5719-llvm-06ac98299f49a156f12e178c4a621f90dd8a6e24.tar.gz bcm5719-llvm-06ac98299f49a156f12e178c4a621f90dd8a6e24.zip | |
Remove "REQUIRES:shell" from tests. They work for me.
llvm-svn: 221269
Diffstat (limited to 'llvm/test/CodeGen/X86/nonconst-static-ev.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/nonconst-static-ev.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/nonconst-static-ev.ll b/llvm/test/CodeGen/X86/nonconst-static-ev.ll index f852caeeea2..5449791f3fa 100644 --- a/llvm/test/CodeGen/X86/nonconst-static-ev.ll +++ b/llvm/test/CodeGen/X86/nonconst-static-ev.ll @@ -1,6 +1,5 @@ ; RUN: not llc -march=x86 -mtriple=x86_64-linux-gnu < %s 2> %t ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s -; REQUIRES: shell @0 = global i8 extractvalue ([1 x i8] select (i1 ptrtoint (i32* @1 to i1), [1 x i8] [ i8 1 ], [1 x i8] [ i8 2 ]), 0) @1 = external global i32 |

