diff options
author | Justin Bogner <mail@justinbogner.com> | 2017-05-15 22:15:22 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2017-05-15 22:15:22 +0000 |
commit | 2847c999093d07ec41973e2d24c3a90e23603d48 (patch) | |
tree | 5bb2069eecc6b32be2434ff48e34be60bd8dcd02 /llvm/test/Bitcode | |
parent | 60d36c7506b4ca0c9c550ecfd6621ffc03b1b1b8 (diff) | |
download | bcm5719-llvm-2847c999093d07ec41973e2d24c3a90e23603d48.tar.gz bcm5719-llvm-2847c999093d07ec41973e2d24c3a90e23603d48.zip |
Add "REQUIRES:" to the last few tests that use target specific intrinsics
llvm-svn: 303123
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/ptest-old.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/ptest-old.ll b/llvm/test/Bitcode/ptest-old.ll index c1e1cae3736..53ffef900b5 100644 --- a/llvm/test/Bitcode/ptest-old.ll +++ b/llvm/test/Bitcode/ptest-old.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | llvm-dis | FileCheck %s ; RUN: verify-uselistorder < %s +; REQUIRES: x86 define i32 @foo(<4 x float> %bar) nounwind { entry: |