Move load_to_switch.ll to test/CodeGen/SPARC/

Because the test invokes llc -march=sparc, it needs to be in a directory
which is only run when the sparc target is built.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164211 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hans Wennborg 2012-09-19 09:25:03 +00:00
parent f252441239
commit c4ba62ca1d

View File

@ -1,4 +1,4 @@
; RUN: llc -march=sparc < %s | FileCheck %s
; RUN: llc -march=sparc < %s | FileCheck %s
; Check that all the switches turned into lookup tables by SimplifyCFG are
; turned back into switches for targets that don't like lookup tables.