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/Transforms/LoopStrengthReduce | |
| 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/Transforms/LoopStrengthReduce')
| -rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/X86/lsr-expand-quadratic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/X86/lsr-expand-quadratic.ll b/llvm/test/Transforms/LoopStrengthReduce/X86/lsr-expand-quadratic.ll index a7731bfcec5..c5ce3bc2b6b 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/X86/lsr-expand-quadratic.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/X86/lsr-expand-quadratic.ll @@ -1,4 +1,4 @@ -; REQUIRES: x86 +; REQUIRES: x86-registered-target ; RUN: opt -loop-reduce -S < %s | FileCheck %s ; Strength reduction analysis here relies on IV Users analysis, that |

