summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2012-09-19 09:25:03 +0000
committerHans Wennborg <hans@hanshq.net>2012-09-19 09:25:03 +0000
commitc4ba62ca1d53b90a9ff1efce025f8e5d7dd91ca9 (patch)
tree5e0dc3df310b97884baebcabda09b891ec037853
parentf2524412395f092424ed0d457cecc9b2b95cb0f9 (diff)
downloadllvm-c4ba62ca1d53b90a9ff1efce025f8e5d7dd91ca9.tar.gz
llvm-c4ba62ca1d53b90a9ff1efce025f8e5d7dd91ca9.tar.bz2
llvm-c4ba62ca1d53b90a9ff1efce025f8e5d7dd91ca9.tar.xz
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
-rw-r--r--test/CodeGen/SPARC/load_to_switch.ll (renamed from test/Transforms/CodeGenPrepare/load_to_switch.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CodeGenPrepare/load_to_switch.ll b/test/CodeGen/SPARC/load_to_switch.ll
index 76a57c6b50..8d62de527e 100644
--- a/test/Transforms/CodeGenPrepare/load_to_switch.ll
+++ b/test/CodeGen/SPARC/load_to_switch.ll
@@ -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.