aboutsummaryrefslogtreecommitdiff
path: root/test/Instrumentation/MemorySanitizer/vector_shift.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Instrumentation/MemorySanitizer/vector_shift.ll')
-rw-r--r--test/Instrumentation/MemorySanitizer/vector_shift.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Instrumentation/MemorySanitizer/vector_shift.ll b/test/Instrumentation/MemorySanitizer/vector_shift.ll
index 978bad3b6979..a4b8fdbd603f 100644
--- a/test/Instrumentation/MemorySanitizer/vector_shift.ll
+++ b/test/Instrumentation/MemorySanitizer/vector_shift.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -msan -msan-check-access-address=0 -S | FileCheck %s
+; REQUIRES: x86
; Test instrumentation of vector shift instructions.