mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
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:
parent
f252441239
commit
c4ba62ca1d
@ -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
Block a user