From c759dd5f83195c699ad6babaa61ffdc9f3994a94 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172611 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/{ => X86}/small-size.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/LoopVectorize/{ => X86}/small-size.ll (100%) diff --git a/test/Transforms/LoopVectorize/small-size.ll b/test/Transforms/LoopVectorize/X86/small-size.ll similarity index 100% rename from test/Transforms/LoopVectorize/small-size.ll rename to test/Transforms/LoopVectorize/X86/small-size.ll