From 7963749c696a8ab49e42445134500bc69967fb04 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Thu, 24 Jul 2014 17:57:09 +0000 Subject: [PATCH] Try to fix the bots again by moving test to X86 directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213884 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyCFG/{ => X86}/switch-table-bug.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Transforms/SimplifyCFG/{ => X86}/switch-table-bug.ll (100%) diff --git a/test/Transforms/SimplifyCFG/switch-table-bug.ll b/test/Transforms/SimplifyCFG/X86/switch-table-bug.ll similarity index 100% rename from test/Transforms/SimplifyCFG/switch-table-bug.ll rename to test/Transforms/SimplifyCFG/X86/switch-table-bug.ll -- 2.34.1