diff options
| author | Craig Topper <craig.topper@gmail.com> | 2017-06-04 08:21:58 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2017-06-04 08:21:58 +0000 |
| commit | 2b54baeb9693645c1634ffe0c82998c16f498b22 (patch) | |
| tree | 457db9166cad42cd62a11e2573b9059dccb16083 /llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll | |
| parent | d470d73c2d4c5c1894b1dfc48bbd0792240b5259 (diff) | |
| download | bcm5719-llvm-2b54baeb9693645c1634ffe0c82998c16f498b22.tar.gz bcm5719-llvm-2b54baeb9693645c1634ffe0c82998c16f498b22.zip | |
[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target' which seems to be the correct way to make them run on an x86 build.
llvm-svn: 304682
Diffstat (limited to 'llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll')
| -rw-r--r-- | llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll b/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll index a4b8fdbd603..c605c97bba1 100644 --- a/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll +++ b/llvm/test/Instrumentation/MemorySanitizer/vector_shift.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -msan -msan-check-access-address=0 -S | FileCheck %s -; REQUIRES: x86 +; REQUIRES: x86-registered-target ; Test instrumentation of vector shift instructions. |

