Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit c4ba62c

Browse files
committed
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
1 parent f252441 commit c4ba62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Transforms/CodeGenPrepare/load_to_switch.ll renamed to test/CodeGen/SPARC/load_to_switch.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=sparc < %s | FileCheck %s
1+
; RUN: llc -march=sparc < %s | FileCheck %s
22

33
; Check that all the switches turned into lookup tables by SimplifyCFG are
44
; turned back into switches for targets that don't like lookup tables.

0 commit comments

Comments
 (0)