From: Hiroshi Inoue Date: Sat, 29 Jul 2017 15:03:31 +0000 (+0000) Subject: Fix test failure without X86 backend X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48392177ef6e26cffa91a3d755790e858003b478;p=llvm Fix test failure without X86 backend move test/Transforms/SimplifyCFG/disable-lookup-table.ll into test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll to avoid test failure when X86 backend is not enabled git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309487 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyCFG/disable-lookup-table.ll b/test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll similarity index 100% rename from test/Transforms/SimplifyCFG/disable-lookup-table.ll rename to test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll