summaryrefslogtreecommitdiff
path: root/test/Bitcode
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-06-04 08:21:58 +0000
committerCraig Topper <craig.topper@gmail.com>2017-06-04 08:21:58 +0000
commitbe3f63f462a0f7fcb1059b7f8cc54892107640dd (patch)
tree9c4ba7795024ae3a9d4111335d9b4d66d3cf73bb /test/Bitcode
parentcbcb0b4f72223c48b4cc5a5bf990e26b21de3e50 (diff)
[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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode')
-rw-r--r--test/Bitcode/ptest-old.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bitcode/ptest-old.ll b/test/Bitcode/ptest-old.ll
index 53ffef900b5..184f72e9856 100644
--- a/test/Bitcode/ptest-old.ll
+++ b/test/Bitcode/ptest-old.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; RUN: verify-uselistorder < %s
-; REQUIRES: x86
+; REQUIRES: x86-registered-target
define i32 @foo(<4 x float> %bar) nounwind {
entry: