diff --git a/test/Transforms/CodeGenPrepare/load_to_switch.ll b/test/CodeGen/SPARC/load_to_switch.ll similarity index 98% rename from test/Transforms/CodeGenPrepare/load_to_switch.ll rename to test/CodeGen/SPARC/load_to_switch.ll index 76a57c6b50e..8d62de527e4 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.