From b7050f0a7c51eba53895e7e72f91cd817badb74b Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 16 Jan 2013 13:25:56 +0000 Subject: [PATCH] Move test that depends on the x86 target into a target-specific directory. Should fix the arm buildbot (which only builds the arm target). llvm-svn: 172611 --- llvm/test/Transforms/LoopVectorize/{ => X86}/small-size.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llvm/test/Transforms/LoopVectorize/{ => X86}/small-size.ll (100%) diff --git a/llvm/test/Transforms/LoopVectorize/small-size.ll b/llvm/test/Transforms/LoopVectorize/X86/small-size.ll similarity index 100% rename from llvm/test/Transforms/LoopVectorize/small-size.ll rename to llvm/test/Transforms/LoopVectorize/X86/small-size.ll