forked from OSchip/llvm-project
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. llvm-svn: 164211
This commit is contained in:
parent
0b66119141
commit
ff9b5a8465
|
@ -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.
|
Loading…
Reference in New Issue