From efb9c9f20b0afd1e5dbb05528e10493982e7f050 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 --- 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